Create a program that will accept a temperature in Celsius and print its equivalent temperature in Fahrenheit. The formula for converting Celsius to Fahrenheit is F = 9/5 ( C ) + 32; where C is the temperature in Celsius. (Create 3 version of this program using BufferedReader, JoptionPane and Scanner)
Create a program that will accept a temperature in Celsius and print its equivalent temperature in Fahrenheit. The formula for converting Celsius to Fahrenheit is F = 9/5 ( C ) + 32; where C is the temperature in Celsius. (Create 3 version of this program using BufferedReader, JoptionPane and Scanner)
Any idea how to start this on your own?
No Idea.. this is Exam question xD
and did you learn anything from class?
The formula is itself the core logic of this code. use simple mathematical algebra to write this
Join our real-time social learning platform and learn together with your friends!