Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: Sales Commission

    by Norm
    Replies
    4
    Views
    2,238

    Re: Sales Commission

    Yes, the code should test if there is input before trying to convert it.
  2. Thread: Sales Commission

    by Norm
    Replies
    4
    Views
    2,238

    Re: Sales Commission

    The String passed to the parseInt() method at line 73 did NOT contain a valid number. The code should either check that the String is not empty and/or it should catch the exception when the String...
Results 1 to 2 of 2