Computer Science, asked by jero18, 5 months ago

What is the pseudo code to print the reverse of a number?​

Answers

Answered by rudra1860
0

Answer:

For i in 10: - 1 : 1# reads 10 down to 1

Println( i )

End

Similar questions