Search:

Type: Posts; User: aprabhat

Search: Search took 0.09 seconds.

  1. Replies
    13
    Views
    1,218

    Re: my code is not compiling

    As you are taking first, middle, and last name as a single String use split(String regex) method to split the String name for first, middle and last name, and then use chatAt(int position) method to...
  2. Replies
    13
    Views
    1,218

    Re: my code is not compiling

    Please format your code and Paste the full error message rather than an image.



    Remove the comma that is before the "+ averageMonthlyPay". And you always going to get 0.0 for averageMonthlyPay...
  3. Replies
    13
    Views
    1,218

    Re: my code is not compiling

    Welcome! If it's your first time here please read.
    Please post the full error message that you get.
    It seems like you forgot to put a dot symbol b/w out and println.
Results 1 to 3 of 3