Question: Write a function that takes one input: - A double that contains a negative value. Your function should return one output: - A number of

Write a function that takes one input: - A double that contains a negative value. Your function should return one output: - A number of loop iterations. Your function should use a loop. Inside the loop, add 0.5 to the input value, storing the result. The loop should continue adding 0.5 until the resulting value is greater than 10. Keep track of how many times the loop iterates and return that number as the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
