console.WriteLine("My name is "& Myname)
Dim Dayboarder as Boolean
console.WriteLine("i am " & Myage & " years old")
console.WriteLine("my pocket has £"& Mypocket & " in my pocket")
console.WriteLine("I am a " & Mygender & "ale")
console.WriteLine("The statement i am a day boarder is " & DayBoarder)
console.WriteLine("My name is "& thename)
console.WriteLine("my name is, "& thename)
console.WriteLine("i am " & Hisage & " years old")
console.WriteLine("i am a "& shoesize & " shoesize")
console.WriteLine("I am a " & Mygender & "ale")
console.WriteLine("The statement i am the creator of marvel is " & marvel)
console.WriteLine("The statement ""i am a dayboarder"" is false")