Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this exercise, you'll write a function named quadruple to compute the quadruple of a number. The quadruple of a number is itself times four.
In this exercise, you'll write a function named quadruple to compute the quadruple of a number. The quadruple of a number is itself times four. Your function should take one parameter and return the quadrupled value. Your functlon should return the quadruple of the number, not print It Instead, you'll need to store the value returned by the function call into a variable. For example, the following code should put the value in x x quadruple Call your quadruple function at least two times with different numbers, and print the results each time to check your function's output.
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