Search:

Type: Posts; User: robertsbd

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    3,736

    Re: help w/ conversion of degrees(CtoF, FtoC)

    i think im more in the ballpark in what the assignment says..my errors are coming in the output


    import java.util.Scanner;

    public class Assign8_Roberts{

    //Converts between CandF
    private...
  2. Replies
    12
    Views
    3,736

    Re: help w/ conversion of degrees(CtoF, FtoC)

    ok i've changed my program around and while im getting the correct results, im not sure if i have it designed the way the assignment says


    public class Assign8_Roberts{

    public static void...
  3. Replies
    12
    Views
    3,736

    Re: help w/ conversion of degrees(CtoF, FtoC)

    yeah im using eclipse, ill give it a try when i get home..i just upgraded from vista to 7 so idk if that has anything to do w/ it
  4. Replies
    12
    Views
    3,736

    Re: help w/ conversion of degrees(CtoF, FtoC)

    ok sorry about my previous rant..i apologize
    but when i run the program, the output is the same as the output of another assignment on my workspace
  5. Replies
    12
    Views
    3,736

    Re: help w/ conversion of degrees(CtoF, FtoC)

    here's my updated program..when i run it, it runs previous assignment that i've done instead of this one so something isnt right


    import java.util.Scanner ;

    public class Assign8_Roberts{

    ...
  6. Replies
    12
    Views
    3,736

    help w/ conversion of degrees(CtoF, FtoC)

    here is what we're supposed to do
    This assignment is a Celsius to Fahrenheit and Fahrenheit to Celsius temperature conversion program.

    Write a class that contains the following...
Results 1 to 6 of 9