Dim Candidates(4) as String
Dim studentvote(30) as decimal
Console.writeline("How many stuents are being selected as candidates?")
console.writeline("Please enter number more than 1")
console.writeline("Wrong answer")
Console.WriteLine("Please enter student name one by one")
Candidates(1) = console.ReadLine()
console.WriteLine("Candidate(1) is being voted by students successfully")
console.WriteLine("how many students in your class? PS: No more than 30 or less than 1")
console.WriteLine("No it is wrong")