Write a program in qbasic to print the user entered word in reverse order using FUNCTION...END FUNCTION

1 answer

For i = 1 to 10
Input values!
Next i
For i = 10 to 1
Print values!
Next i
End