Question: Variable inputString is assigned with a string read from input. Use a for loop that iterates index i from strlen ( inputString ) - 1
Variable inputString is assigned with a string read from input. Use a for loop that iterates index i from strleninputString down to to output the characters of inputString in reverse order, separated by plus signs
Ex: If the input is apricot, then the output is:
Variable inputString is assigned with a string read from input. Use a for loop that iterates index i from strleninputString down to to output the characters of inputString in reverse order, separated by plus signs
Ex: If the input is apricot, then the output is:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
