Question: Using C ; Integer to Double: Write a function named f that takes an integer value as its parameter. When you call the function with
Using C ;
Integer to Double: Write a function named f that takes an integer value as its parameter. When you call the function with an integer, it should return a number of type double with the same value as the integer. Use it with a main function that asks the user to input an integer, then calls the function with the value the user input, and outputs the returned value. Please note that this question tests you ability to write a function and you will lose 5 points if you do not use a function. The input format must be for an integer and the output must be in a format appropriate for the type double.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
