Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started