%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % hang2.t % Name : joe student % Tutor: joe Lim % Prof: Michelle Craig % Student Number : 000000000 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% var original : string put "player 1 please enter a word" get original %original := "yesterday" for testing purposes %put "the word was ", original put " the word to guess is :".. for i : 1 .. length (original) put "_ ".. end for put skip,"thanks for playing"