Question: A function named functionNew is shown in Figure D. int functionNew (int a, int b) { return a+b; } Figure D 2 points Based on

A function named "functionNew" is shown in Figure D. int functionNew (int a, int b) { return a+b; } Figure D 2 points Based on Figure D, create function template for "functionNEW" so that it can also process floating and character values. Your answer 2 points Based on Figure D, assign default parameters to both integer values in functionNew with any default integers of your choice. Your answer 2 points Based on Figure D, overload "functionNew" so that it can accept also 3 floating values and return the sum of all three floating values. Your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
