Search:

Type: Posts; User: XSmoky

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    5,210

    [SOLVED] Re: having a little trouble

    nevermind. I figured it out, my space provided wasn't big enough.

    thank you guys so much for helping me with this!!!

    here is the completed code if anyone wants it for anything


    import...
  2. Replies
    10
    Views
    5,210

    [SOLVED] Re: having a little trouble

    bmiTot is supposed to return the result of of the if statement's calculation

    if i enter it like this:

    double bmiTot = //then my error is here (illegal start of expression)
    if...
  3. Replies
    10
    Views
    5,210

    [SOLVED] Re: having a little trouble

    This is editted and fixed one problem but created another


    public void actionPerformed(ActionEvent event) {
    String gender = trueFalse.getText();
    double pounds =...
  4. Replies
    10
    Views
    5,210

    [SOLVED] Re: having a little trouble

    line 29 = line 35 - comments

    line 29(35): totalBMI.setText("Your more accurate BMI is: " + bmiTot); //error part underlined

    line 31(37): if (gender == T | gender == t){ //problems underlined
  5. Replies
    10
    Views
    5,210

    [SOLVED] Re: having a little trouble

    this is the list of errors, the window opens, i enter the information, click the button and this is the result. what it should do instead of all this is to calculate the information and post the...
  6. Replies
    10
    Views
    5,210

    [SOLVED] having a little trouble

    I am a student and have an assignment due, I have been trying to figure out this issue for the past 3 days and have yet to get this to work properly without errors. Is there anyone who can help me...
Results 1 to 6 of 6