Computer Science, asked by pgsgota0089, 5 months ago

8. What will be the output for the following
program of Small Basic?
ооо
O 56125
O Other​

Answers

Answered by anikaalim889
0

Answer:

TextWindow.WriteLine("Please enter your name or a word:")

input = TextWindow.Read() 'Get input (person's name)

output=""

For i = 1 To Text.GetLength(input)

output=Text.GetSubText(input,i,1)+output 'Get each character of the name or word, and store them in an array

EndFor

TextWindow.WriteLine("Your name/word in reverse is: " + output) 'Show output

Explanation:

Similar questions
Science, 2 months ago