Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Multiplication Table - 0 X Number: 13 Multiplication Table: Display Table 13.00 *1 = 13.00 13.00 2 = 26.00 13.00 * 3 = 39.00 13.00
Multiplication Table - 0 X Number: 13 Multiplication Table: Display Table 13.00 *1 = 13.00 13.00 2 = 26.00 13.00 * 3 = 39.00 13.00 * 4 = 52.00 13.00 * 5 - 65.00 13.00 6 - 78.00 13.00 7-91.00 13.00 8 - 104.00 13.009 117.00 Exit Instructions: In this assignment, you will create an application that displays a multiplication table in a multiline read-only textbox control. The application should accept a number input from the user and utilize a while loop to display the multiplication table for values 1-9 (sample output shown above). The Number box should accept only numbers, one decimal point (period), and the Backspace key. Name your solution as "YourNinerID-Assignment2" (Example: rjmartin-Assignment2) (5 pts.) Name your project as "Multiplication Project" (5 pts.) Complete the user interface based on the Form shown above. (25 pts.) Be sure to assign meaningful names to the form controls. (10 pts.) The display button click event procedure should use a pretest while loop to output to the multiline textbox. Display the multiplication table equations and values in the format shown above with each equation on a different line. (50 pts.) The exit button should close the form and terminate the application. (5 pts.) Bonus (5pts): Display an information message box to the user when they attempt to enter a non-numeric character in the Numbers textbox. The message box should be coded to display the information icon and the "OK" button
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started