dim studentname as string
Console.WriteLine ("Enter the name of student:")
Studentname = console.readline()
Console.Writeline ("Enter the address of student:")
address = console.readline()
console.WriteLine ("Name of student is "& studentname)
Console.writeline ("Adress " & address)