Passing information to and from functions.
Project Task:
(a) Iteratively develop a C/C++ program that allows a user to enter 3 resistor values and calculates and displays the series and parallel resistance.
(b) The program should include 3 separate functions that illustrate pass by data, pass by address and pass by reference.
(c) Debug, verify and validate the application.