#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)

tame oxide
#

here is what i have now any tips would be appreciated

foggy elkBOT
#

This post has been reserved for your question.

Hey @tame oxide! Please use /close or the Close Post button 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.

tame oxide
#

its relatively urgent for me so ill ping for help

#

ig

woven juniper
#

which question?

#

question 3 or 4?

#

@tame oxide

tame oxide
#

im doing 4 right now

tame oxide
#

i havent stopped since then and still am lost

#

heres what i got

woven juniper
#

You have this the wrong way around

#

the outer loop should be printing the left hand side column

tame oxide
#

oh

#

so do i just switch the two?

#

hows that look

#

like this?

#

OH I DID IT

#

than k you

woven juniper
#

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);

            }
        }
tame oxide
#

ill do the 3rd one on my own

#

thank you

foggy elkBOT
# tame oxide thank you

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.