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
4.5k points

2 Answers

13 votes
20

- hope helps!


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

Step-by-step explanation:

Do not disturb me everyone

User FearlessFuture
by
4.1k points