Dim DayStudent as Boolean
Console.WriteLine(x & " is my name")
Console.WriteLine("I am from " & country)
school = "Concord College"
Console.WriteLine("I go to " & school)
Console.WriteLine("I am " & age & " years old")
Console.WriteLine("My shoe size is a UK " & ShoeSize)
Console.WriteLine("I have " & Siblings & " siblings")
Console.WriteLine("I have £" & pocket & " in my pocket")
Console.WriteLine("I am " & Height & "cm tall")
Console.WriteLine("My gender is represnted by a " & gender)
Console.WriteLine("My favourite letter is " & letter)
Console.WriteLine("I am a Day Student is " & DayStudent)
Console.WriteLine("Saying that I am smart would be a " & Smart & " fact")
Console.WriteLine("The statement""is smart""")