Question: Tasks to be submitted: 1. Write a program that prompts the user to enter a number and reverse it. Write a function reverse() to reverse

Tasks to be submitted: 1. Write a program that prompts the user to enter a number and reverse it. Write a function reverse() to reverse the number. For example, if the user enter 2764 term function should reverse it so that it becomes 5672. The function should accept the number as an input parameter and return the reverse number. 2. Write a program inputs an integer and passes it to a function. The function should return the number of digits in integer. For example, if the integer is 35 the function should return 2, if it is 3572 the function should return 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
