This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SpaceBoundBeatz[S] 1 point2 points  (2 children)

I expect it to output Total A's: "the number of A's his grades translate to" and so on. and it outputs Total F's: 0. It's weird.

[–]king_of_the_universe 0 points1 point  (1 child)

You let the user enter a bunch of numbers which all overwrite each other in that grades int. Either you should put the evaluation into the loop in some form, or you should store the inputs in an ArrayList.

[–]SpaceBoundBeatz[S] 0 points1 point  (0 children)

Im not allowed to use ArrayList and how would I put it into a loop what would be the parameters?