Project 08
Due Tuesday, November 7
Write a program that uses a two-dimensional integer array; the program computes and stores the 10 by 10 multiplication table (using the numbers 0 to 9 inclusive). Print the table.
Chapter 8, page 466, 8.1
Chapter 8, page 467, 8.4