I am very new to vb2008 and trying to solve a problem. Please show me what I am to do.
The problem is as follows:
The process of finding the largest value is used frequently in computer applications. For example, a program that determines the winner of a sales contest would input the number of units sold by each salespeson. The salesperson who sells the most units would win the contest. Write a Visual Basic application that inputs a series of 10 integers and determines and displays the largest. Your program should use at least the following three variables:
Counter: A counter to count to 10 (i.e., to keep track of how many numbers were entered)
Number: The current integer input to the program
Largest: The largest number found so far.
Thanks for your help.
The problem is as follows:
The process of finding the largest value is used frequently in computer applications. For example, a program that determines the winner of a sales contest would input the number of units sold by each salespeson. The salesperson who sells the most units would win the contest. Write a Visual Basic application that inputs a series of 10 integers and determines and displays the largest. Your program should use at least the following three variables:
Counter: A counter to count to 10 (i.e., to keep track of how many numbers were entered)
Number: The current integer input to the program
Largest: The largest number found so far.
Thanks for your help.