Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CSCI 1 3 0 2 Summer 2 0 2 4 Assignment 2 Due 1 1 : 5 9 pm on Thu, June 6 1 .
CSCI Summer Assignment
Due :pm on Thu, June
Requirements
Please write Java program FahrenheitToCelciusYourLastName.java that converts
Fahrenheit to Celsius.
It must receive Fahrenheit amount from the command line as below. In the following
example, is the number of Fahrenheit to convert:
Java FahrenheitToCelciusYourLastName
Then, the program will print please keep two decimal places for both Fahrenheit
and Celsius numbers:
Fahrenheit is equal to degree Celsius.
If the amount of Fahrenheit is not provided in the command line:
Java FahrenheitToCelciusYourLastName
The program must print:
Please provide the amount of Fahrenheit to convert in the command line, eg java
FahrenheitToCelciusYourLastName
Submission
FahrenheitToCelciusYourLastName.java the source code file, instead of the
screenshot of code marks
Screenshots of your output made into one pdf file marks
Please follow programming conventions in style and naming, etc. marks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started