Search:

Type: Posts; User: Faz

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    3,521

    Re: CS201 Homework (Need help, not solution)

    OK put this code in the start of the computeWeight method and look at the output.



    System.out.print("Feet: " + ft + "\n");
    System.out.print("Inches: " + in + "\n");
    System.out.print("Total...
  2. Replies
    6
    Views
    3,521

    Re: CS201 Homework (Need help, not solution)

    Ah I didn't now Java even had IDEs that could do that the only Java IDE I've ever used was BlueJ in my first semester of learning it(it probably can do that too I can't remember though). In the...
  3. Replies
    6
    Views
    3,521

    Re: CS201 Homework (Need help, not solution)

    OK I can see you put the work in and are genuinely stuck. In programming one of the most important things to learn is how to debug and I will try to point you in the right direction without making it...
Results 1 to 3 of 3