#Im a beginner in java learning for my course and i have no clue what im supposed to do here
28 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @tame oxide! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
im doing 4 right now
any help would be appreceated
i havent stopped since then and still am lost
heres what i got
You have this the wrong way around
the outer loop should be printing the left hand side column
oh
so do i just switch the two?
hows that look
like this?
OH I DID IT
than k you
I mean, I would just do it like this:
for (int i = 1; i < 3; i++) {
for (int j = 1; j < 5; j ++) {
System.out.println(i + " " + j);
}
}
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.