Computer Science, asked by yeetgod69696, 2 months ago

debug
REM reversing a word
CLS
INPUT “Enter a word”; W
FOR P= 1 TO W
E$=LEFT$(W, P, 1)
U$=U$+E$
NEXT P
PRINT “The reverse word is “; E$
END

Answers

Answered by senthayoghasswar
0

Answer:

sorry I can't able to understand so post it clearly OK

Similar questions