Question: Use the Following example and hints! This is C++ 6.8 Lab: Times Table Generator In this lab you will write a program that generates a
Use the Following example and hints! This is C++

6.8 Lab: Times Table Generator In this lab you will write a program that generates a Times Table' of a size selected by the user. The table will be written to a text file The program should begin by prompting the user for a value from 1 to 12. Be sure and validate the user's input, re-prompting each time the value is not valid. For example Enter the table size (from 1 to 12): 0 Enter the table size (from 1 to 12): 15 Enter the table size (from 1 to 12): 6 Once the size has been selected, the program should generate the table of that size, writing the results to the file times-table-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
