Answered step by step
Verified Expert Solution
Link Copied!

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 1302 Summer 2024 Assignment 2
Due 11:59pm on Thu, June 6
1. Requirements
1) Please write Java program FahrenheitToCelciusYourLastName.java that converts
Fahrenheit to Celsius.
2) It must receive Fahrenheit amount from the command line as below. In the following
example, 100.00 is the number of Fahrenheit to convert:
Java FahrenheitToCelciusYourLastName 100.00
Then, the program will print (please keep two decimal places for both Fahrenheit
and Celsius numbers):
100.00 Fahrenheit is equal to 37.78 degree Celsius.
3) 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, e.g., java
FahrenheitToCelciusYourLastName 76
2. Submission
1) FahrenheitToCelciusYourLastName.java (the source code file, instead of the
screenshot of code)[80 marks]
2) Screenshots of your output made into one pdf file [10 marks]
3) Please follow programming conventions in style and naming, etc. [10 marks

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions