Page 1 of 1

Question 4 a. Critically explain why you would consider the concept of using functions in your program again running a c

Posted: Sat Nov 27, 2021 2:24 pm
by answerhappygod
Question 4 A Critically Explain Why You Would Consider The Concept Of Using Functions In Your Program Again Running A C 1
Question 4 A Critically Explain Why You Would Consider The Concept Of Using Functions In Your Program Again Running A C 1 (41.82 KiB) Viewed 76 times
Question 4 a. Critically explain why you would consider the concept of using functions in your program again running a couple of if else statements. (AN 5) b. Declare a function with three arguments all of type int. The function should return the greatest of the three arguments, however if any two or all three are the same, you function should return that value [(AN 8) c. Embed you function in a complete program that requests for three variable all of type int and display the conditions explained in “b” above. (AN 7) d. Critically explain the logic behind the code [AN 5] [TOTAL 25]