Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing Fundamentals Design

Authors: Marion Donnie Dutton Don F. Seaman

14th Edition Globel Edition

1292107634, 978-1292107639

More Books

Students also viewed these Databases questions

Question

Why is the System Build Process an iterative process?

Answered: 1 week ago