At Westonci.ca, we make it easy for you to get the answers you need from a community of knowledgeable individuals. Our Q&A platform offers a seamless experience for finding reliable answers from experts in various disciplines. Connect with a community of professionals ready to provide precise solutions to your questions quickly and accurately.

Write a java code to print Multiplication Table Till 20
HINTS:
public static void main(String[ ] args) {
int multiplicationTable[ ][ ]=new int [21][11];