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,
intNumber and intNumber find and display the largest of the two marks
Complete the event procedure by performing the following steps:
Declare and initialize two integer variables, intNumberI and intNumber
Use an IF statement to find the largest of the two numbers
Display the largest number on a text box, named ixtLargest.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
