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 Example: input: love, output: elvo give an example to execute straightforward
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
