Question 1- Write one function that reads the input using alias parameters (reference parameters).
Question 2- Write a second function that calculates the pay amount. If the salesperson owes money, the return amount from the function is a negative number.
main( ) will call each of these functions and print the appropriate messages to the screen.
Above each function definition, create a flowerbox of documentation that has:
Part a) The name of the function
Part b) A Short description of the purpose of the function
Part c) A 'dictionary' of all incoming parameters
Part d) A description of the return value