So I have to make the following program but I can't figure out a way to get the Number selected to make a times table.
In this program, the user will be asked
to enter a number between 1 and 12. Then, the multiplication table of that number will be
displayed to the user.
Form Design
When the form loads, the following Input Box should appear asking the user to enter a number
between 1 and 12.
If the number is not between 1 and 12, the following error message pops up asking the user to
re-enter a number within the range:
If the number is within the required range, the following VB form will appear (in this example, the
user entered 12):
When the user presses the Generate button, the times table should appear
In this program, the user will be asked
to enter a number between 1 and 12. Then, the multiplication table of that number will be
displayed to the user.
Form Design
When the form loads, the following Input Box should appear asking the user to enter a number
between 1 and 12.
If the number is not between 1 and 12, the following error message pops up asking the user to
re-enter a number within the range:
If the number is within the required range, the following VB form will appear (in this example, the
user entered 12):
When the user presses the Generate button, the times table should appear