Search:

Type: Posts; User: loui345

Search: Search took 0.16 seconds.

  1. Replies
    13
    Views
    2,010

    [SOLVED] Re: Help with an Array

    Thanks for helping me.
  2. Replies
    13
    Views
    2,010

    [SOLVED] Re: Help with an Array

    This was great advice and I got the program working.

    @ Helloworld, I got the program to work perfectly and I feel great. My self esteem is very high at the moment. Okay, so I have been studying...
  3. Replies
    13
    Views
    2,010

    [SOLVED] Re: Help with an Array

    Alright, I was able to use modulus and get the code to print out in the tenths part, then I ran a check using my array and yield me back fifty, forty, etc...

    My problem is getting it to read the...
  4. Replies
    13
    Views
    2,010

    [SOLVED] Re: Help with an Array

    Exception in thread "main" java.lang.NumberFormatException: For input string: "Three"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
    at...
  5. Replies
    13
    Views
    2,010

    [SOLVED] Re: Help with an Array

    Alright, my final question. I thought of trying to associate a variable with an index of an array to. So once I get my remainder from using modulus I can associate it with the appropriate array...
  6. Replies
    13
    Views
    2,010

    [SOLVED] Re: Help with an Array

    Thank you

    For your quick prompt and quite effective response. Much Thanks.

    Okay, now down to business, for the two gotcha numbers 0 -19, I can use a an IF and Then statement for the logic and...
  7. Replies
    13
    Views
    2,010

    [SOLVED] Help with an Array

    Hi Java World,

    I am trying to learn Java on my own, and I am having trouble with an assignment I found on the internet. Here is the assignment:
    Write a program that will read in a number from 0...
Results 1 to 7 of 7