Dim BiggestAge as integer
Dim Studnames(10) as string
Dim StudAges(10) as integer
FOR Count= 1 to StudTotal
console.WriteLine("Enter Student name")
Studname=Console.ReadLine()
Studnames(Count)= Studname
console.writeline("Enter student age")
StudAge= console.ReadLine()
FOR Count= 1 to Studtotal
console.WriteLine("the student's name is:"& StudNames(Count))
console.WriteLine(" The students age is:"& StudAges(Count))
TotalAge= TotalAge+StudAge
If StudAge>BiggestAge Then
If LowestAge<StudAge Then