Search:

Type: Posts; User: Norm

Search: Search took 0.21 seconds.

  1. Replies
    10
    Views
    5,203

    [SOLVED] Re: having a little trouble

    What expression do you have to the right of the = ?
    Give bmiTot an initial value of 0.0
  2. Replies
    10
    Views
    5,203

    [SOLVED] Re: having a little trouble

    What are the errors?
    Common errors would be the variables are NOT defined.
    Is bmiTot defined? And is its definition in scope where you are using it?

    gender is a String. You need to use the...
  3. Replies
    10
    Views
    5,203

    [SOLVED] Re: having a little trouble

    What code is at line 35 in AccurateBMI.java?

    Can you compile your program and get errors from the compiler? The IDE seems to hide what the error is.
  4. Replies
    10
    Views
    5,203

    [SOLVED] Re: having a little trouble

    Please explain what the problem is. post any error messages you get.
    Show the program's output and explain what is wrong and show what it should be.
Results 1 to 4 of 4