User Profile

Collapse

Profile Sidebar

Collapse
mbnumba14
mbnumba14
Last Activity: Feb 9 '09, 02:03 AM
Joined: Nov 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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);...
    See more | Go to post

    Leave a comment:


  • wow thanks alot for the help. I really needed it. Thanks again
    See more | Go to post

    Leave 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.
    See more | Go to post

    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 confusion
    See more | Go to post

    Leave a comment:


  • ohh sorry, right now after a user inputs a number, the program outputs it in degrees Celcius.
    See more | Go to post

    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....
    See more | Go to post

    Leave a comment:


  • mbnumba14
    started a topic Convert temperatures in fahrenheit to celsius
    in Java

    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...
    See more | Go to post
    Last edited by r035198x; Nov 14 '08, 07:14 AM. Reason: added code tags
No activity results to display
Show More
Working...