Once again I am sorry, but I am a begginner in Java programming. I tried to do what you told me but I have one error. Line 17 has the error message that reads [PHP]1 error
----jGRASP wedge2: exit code for process is 1.[/PHP]
[PHP]import java.util.*;
// Converter.java
public class Converter
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System. in);...
User Profile
Collapse
-
wow thanks alot for the help. I really needed it. Thanks againLeave a comment:
-
oh, now I see it sorry about that. Not to sound stupid but, where would I insert that part you gave me at.Leave a comment:
-
yeah I know ,but ok. Maybe it would be easier for you to understand my question if it is wrote out like this:
"Modify your main function in the Converter class to repeatedly read temperatures in Fahrenheit and convert them to Celsius until a temperature > 212 F (the boiling point of water) is entered."
Sorry about the confusionLeave a comment:
-
ohh sorry, right now after a user inputs a number, the program outputs it in degrees Celcius.Leave a comment:
-
umm. my question is using the program that I have already posted, can you please modify that program so that it could read temperatures in Fahrenheit and convert them to Celsius until a temperature > 212 F (the boiling point of water) is entered. Thank you very much for replying. Sorry about the code tags....Leave a comment:
-
Convert temperatures in fahrenheit to celsius
Ok i need to create a java program that repeatedly read temperatures in Fahrenheit and convert them to Celsius until a temperature > 212 F (the boiling point of water) is entered.
My program is:
[CODE=java]
import java.util.*;
// Converter.java
public class Converter
{
public static void main(String[] args)
{
Scanner sc = new Scanner(System. in);
System.out.prin t("Enter...
No activity results to display
Show More
Leave a comment: