console.WriteLine("please enter your age")
dim age as integer= console.ReadLine()
console.WriteLine("please enter your gender M/F")
gender = console.ReadLine()
console.WriteLine("You are a man")
console.WriteLine("You are a woman")
console.WriteLine("please enter your gender M/F")
console.WriteLine("You are a boy")
console.WriteLine("You are a girl")