Search:

Type: Posts; User: suyog53

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    10,539

    [SOLVED] Re: Simple Salary Calculator Program

    So. you look quite happy now....'
    You can also try to reduce no. of lines of code.....which helps to run your program little faster....'
    (I read it somewhere while Googling)'
    Declare all variables...
  2. Replies
    7
    Views
    10,539

    [SOLVED] Re: Simple Salary Calculator Program

    Also in line 14, 17 and 20, replace scan with scan1, scan2, scan3 respectively.'
  3. Replies
    7
    Views
    10,539

    [SOLVED] Re: Simple Salary Calculator Program

    Java is case sensitive. . .'
    Your code contains nextint() and nextdouble() . . .'
    Replace them with nextInt() and nextDouble(). . .'
    ('I' and 'D' are capital)'
Results 1 to 3 of 3