Question: Visual Basic 2015**** Your application should be fully documented with commenting throughout and should use variables to store information and complete any calculations. If variables
Visual Basic 2015****
Your application should be fully documented with commenting throughout and should use variables to store information and complete any calculations.If variables are not used, points will be deducted.
Create an application 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.
Name your project LastName_FinalExam.
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.
Test the application by entering the values 150.72 and 3 in the First and Second boxes.
Test your application by entering 4 and 100 in the First and Second boxes.
Also test is using 0 and 5, and then again using 0 and -3.
Add an appropriate splash screen to your application.
The timer should be set to display the splash screen for 12 seconds
Add an appropriate image and text of your choice.
Be creative with the design of your application by changing colors, fonts, font sizes, background and foreground colors, etc. Make the application design your own.
Below is a starting example of how you can design the layout of your application; however, yours should have the formatting mentioned above to receive points.
Your application should be fully documented with commenting throughout and should use variables to store information and complete any calculations.If variables are not used, points will be deducted.
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
