HI WALLY Algorithm
New program called Hi wally asks users name,
calls him a name if wally
new string variable username
ask "What is your name?" - userName
if (userName is "Wally")
output "you pig"
else
output "Do I know you" + username + "?"
end if
end program