A multiplication table is printed out for a range of


Need help writing this program in Java

A multiplication table is printed out for a range of positive numbers. The user is prompted to start with a number for example 2 and the user is prompted to end with a number for example 10. The table is printed out from 2 up to 10. Or whatever number you choose to do.

Requirements:

public static void loadArray(int table[][], int x, int y) must be used

public static void printMultiplicationTable(int table[][], int x, int y) must be used

the table array must be loaded with the product of the factors.

Restrictions:

No infinite loops, no break statements to exit loops, no global variables, no hanging errors, no validation errors. The program CANNOT crash.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: A multiplication table is printed out for a range of
Reference No:- TGS02873632

Expected delivery within 24 Hours