Question: Visual Basic please help! Windows forms.NET All of the tasks needs to be done. There is an example of what the output looks like below.
Visual Basic please help! Windows forms.NET
All of the tasks needs to be done. There is an example of what the output looks like below. Please follow the tasks. Thank you so much for the help!


2 pts 5 pts 3 pts Application Design see below a. Change the color on the form b. Properly named variables C. If user hits Escape, it will exit application d. Have Option Strict on Have an exit button that exits the application f. Include comments at the top of (but inside) each subroutine. g. Put your name at the top of the form 5 pts e. 3 pts 5 pts 2 pts 3) Process Math Equations: Allow the user to enter two values and also specify what math operation the user wants. It needs to support Addition, Subtraction, Multiplication, and Division. The operation should be selected using a radio buttons. Then output the result in a Label (must be a label) showing the math problem. Output all values to 3 decimal places. Note each number can include decimal values. Display the result when the appropriate button is pressed. a. Read the two inputs from the user and place them into variable inside the code 5 pts b. Based on which radio button is selected, do the proper calculation 20 pts c. Generate a string showing the calculation and show the result in the label 5 pts d. Display all numbers in the result with 3 decimal values. 5 pts e. Do not crash if the user does not enters a number (i.e., X value = "Dog", or if it is left Blank). Display an appropriate error message in the status Label (NOT a messsagebox). 5 pts Example User inputs: X value = 4.5 Y Value = 5.0 Operation = Division radio button selected Output displayed in the label 4.500 / 5.000 = 0.900. Process Math Equations X Result: bresult Y Pick Operation: Addition Subtraction O Multiplication Division Process Equation IbiStatus Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
