dim secretword, guess,wordguess, position1, position2, position3 as string
dim answer,tries as integer
console.WriteLine("you have 10 tries")
console.WriteLine("What is your guess")
guess = console.ReadLine()
for i = 0 to secretword.length - 1
if secretword(1) = guess then
if secretword(2) = guess then
if secretword(1) = guess then
console.writeline("what is the word")
wordguess=console.ReadLine()
console.WriteLine("well done")
console.WriteLine("well done")