Question: Write a VB Sub procedure to solve the following problem: Given two integer variables, intNumber 1 and intNumber 2 , find and display the largest

Write a VB Sub procedure to solve the following problem: Given two integer variables,
intNumber1 and intNumber2, find and display the largest of the two (5 marks)
Complete the event procedure by performing the following steps:
Declare and initialize two integer variables, intNumberI and intNumber 2
Use an IF statement to find the largest of the two numbers
Display the largest number on a text box, named ixtLargest.
Write a VB Sub procedure to solve the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!