You will write the code to ask the user for a number, output the first 10 multiples of that number (the first 10 multiples of 2 are 2,4,6,8,10,12,14,16,18, and 20). Your code should ask the user if they want to do the multiple of another number and then do so if the user says "yes", otherwise the program should end. You will want two nested loops. You should also consider your notes, the study guide for test 1, and the slides.
Extra, Extra Credit: In the spirit of learning something by doing it: if you get this done by Test 1, you can skip the Lab Report for Lab 13, if you do the lab. (You will get credit even if you don't do it, as long as you do the lab.)
Your program should behave as follows:
