12th pract
12th pract
Imports System.Windows.Forms
End Class
3) VB program- Use of if.. then... Else..., For..... next
Imports System
' Ask the user for the number of items they want to classify
Console.WriteLine("How many numbers would you like to enter?")
numberOfItems = Convert.ToInt32(Console.ReadLine())