Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Hi can any have a look at my code and see how I am going wrong with my array list out put,the mark is not outputing

    Please copy the full contents of the console that shows what you are talking about. I see lots of calls to:
    System.out.println() in the second for loop. Which ones are printing and which ones are...
  2. Re: Hi can any have a look at my code and see how I am going wrong with my array list out put,the mark is not outputing

    If the String you are printing has a newline character in it, the characters in the String following the newline character will go on the next line.
    If you want all the printed Strings to go on the...
  3. Re: Hi can any have a look at my code and see how I am going wrong with my array list out put,the mark is not outputing

    Can you post the console for when you execute the code that shows what the problem is?
    Add some comments saying what is wrong.


    if( grade >= 39 && grade < 0 )

    for what value of grade will...
Results 1 to 3 of 3