Search:

Type: Posts; User: Summer

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,043

    Re: illegal start of expression

    Thanks. checking it out now
  2. Replies
    7
    Views
    1,043

    Re: illegal start of expression

    Interesting. Not sure why it wasn't erroring earlier.

    Next question:


    System.out.println("Total Sales Potential Commission");
    System.out.println("--------------------------------");
    ...
  3. Replies
    7
    Views
    1,043

    Re: illegal start of expression

    Thats the thing. I dont recall changing it. I copied and pasted the code out into a notepad file (because I was working on an online coder temporarily). I wanted to give something a try that I looked...
  4. Replies
    7
    Views
    1,043

    illegal start of expression

    I am getting the error "Line 54, illegal start of expression". Line 54 is where my "for" starts. It was running ok earlier, now I can't get this error to go away? Not sure what happened? Any help

    ...
  5. Re: Coding a beginner program and get run time error possible loss of precision

    So I have double incentive=.8*salesTarget; set earlier in the code, but then for the if statement am trying to say if incentive is greater than 80% of salesTarget, do the rest of code. How would I...
  6. Re: Coding a beginner program and get run time error possible loss of precision

    [/COLOR]So I got all of it to work. Here is my next problem.

    The code is set up that if the person has sales that total less than 80% of the target sale amount, then it will pop up saying "you...
  7. Coding a beginner program and get run time error possible loss of precision

    I'm working on an assignment that states this:

    Modify the Week Two Java™ application using Java™ NetBeans™ IDE to meet these additional and changed business requirements:

    The company has...
Results 1 to 7 of 7