In the code editor, you are provided with a main() function that asks the user for an integer and passes the address of this integer to a function call of the simple() function.
This simple() function hasn't been implemented yet so your task is just that, to implement it. This has the following description: