Loop assignment:

  1. Write a program using a do...while loop to put out math problems using the math facts concept illustrated in the for...next examples. The user should then enter the answer. For a B on this assignment, you should evaluate the answer and tell the user whether it is right or wrong. For an A on this portion of the assignment you should give the user three chances to enter the right answer.
  2. Change the program on minor, intermediate and major totals and make it so that one click of the process button will generate all of the output.