144k views
23 votes
Write a java code to print Multiplication Table Till 20

HINTS:
public static void main(String[ ] args) {
int multiplicationTable[ ][ ]=new int [21][11];

User Iamruskie
by
3.6k points

2 Answers

13 votes
20

- hope helps!


Biology, history and science
User Madurika Welivita
by
3.6k points
3 votes

Step-by-step explanation:

Do not disturb me everyone

User FearlessFuture
by
3.2k points