Question: write in c++ vs code with screenshot of the code Write a function named reverse() that takes a number as a function parameter and prints
Write a function named reverse() that takes a number as a function parameter and prints that number in reverse Function Specifications: Name: reverse Parameters (Please Follow the same Order) o number (string) - Number to be reversed Return Value: None Example Function Call: reverse("1234567890"); The function should print the number in reverse. The function should receive the user input as the function parameter Sample Run 1 (Text in Bold is User Input to be passed as Function Parameter) 1234567890 0987654321 Sample Run 2 (Text in Bold is User input to be passed as Function Parameter) 04022021 12022040 Paste only your function in the answer box! Do not paste main or #includes, just the function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
