Create a VB program using one dimensional array to accept SIX (6) NUMERIC VALUES then the program will identify the smallest number stored in array.
Sample Output:
Enter First Element: 34
Enter Second Element: 54
Enter Third Element: 16
Enter Fourth Element: 17
Enter Fifth Element: 200
Enter Sixth Element: 1
The Smallest Number: 1
Comments
Leave a comment