Question: Write a function prototype for each of the following functions: (Just the line, not the body.) 1.) function area that takes two values of type
Write a function prototype for each of the following functions: (Just the line, not the body.)
1.) function area that takes two values of type in as parameters, called side1 and side2 and returns a value of type int as its results.
2.)function showMenu that does not receive any parameters and does not return a value.
3.)function convert that takes a float parameter, called number, and returns a value of type char as its results.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
