Hello everyone,
I need to make a program for Java that has the user enter in 2 numbers,1-9, then prints a top row and column with those numbers in it, then prints a multiplication table for those numbers. I need to use a for loop or for loops.

Ex.

2 3 4 5 6

2 4 6 8 10 12

3 6 9 12 15 18

4 8 12 16 20 24

5 10 15 20 25 30

6 12 18 24 30 36

Thanks in advance

Recommended Answers

All 2 Replies

well, that top row isnt allign, but u get the idea

Hello everyone,
I need to make a program for Java...

You're in the wrong forum then. Please mark this solved and start a new thread in the Java forum.

Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.