Question: Create an application in Visual Studios 2015 that displays the result of dividing the larger of two numbers entered by the user by the smaller
Create an application in Visual Studios 2015 that displays the result of dividing the larger of two numbers entered by the user by the smaller one. You can not label entries of one must the larger on the user interface. You must use your known logic to determine which number is larger of the two entered by the user to perform your calculations.
If the smaller number is 0, the application should display the message "Cannot divide by 0" in a message box.
You should also be using the Val() and TryParse() functions where applicable.
Test your application.
o Test the application by entering the values 150.72 and 3 in the First and Second boxes.
o Test your application by entering 4 and 100 in the First and Second boxes.
o Also test is using 0 and 5, and then again using 0 and -3.
Add an appropriate splash screen to your application.
o The timer should be set to display the splash screen for 12 seconds
o Add an appropriate image and text of your choice.
Below is an image of what the interface might look like

Division Calculator Numbers First: Second: Divides larger number by smaller number Quotient Calculate Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
