Anyone here good with turing?
I'm trying to do this,
I want it to ask your First Middle Last name in a for loop and then output your first middle last
I'm really stumped I've tried just doing
But its just crack
I'm trying to do this,
I want it to ask your First Middle Last name in a for loop and then output your first middle last
I'm really stumped I've tried just doing
Code:
var name : string
for count : 1 .. 3
get name
name := name + name
end for
put name
But its just crack














