Task: Write a program implementing programming Warm-Up exercises 9.8 and 9.9 on page 445. However, instead of only printing out 10 multiplication tables or 10 rows of stars, your program should ask the user how many tables and rows of stars they want the program to print.
Purpose: The primary purpose of this lab is to take your use of for loops to the next level.