Question: Design an R program (r script commands) that accepts a word from the user and reverses it. Use the functions readline() or scan(), and substr().
Design an R program (r script commands) that accepts a word from the user and reverses it. Use the functions readline() or scan(), and substr(). Input: reverse
Sample output: The reverse of reverse is esrever.
"earth" -> "thrae"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
