C++ program using readData() to read three floating numbers,addData() for addition among three floating numbers and finally showResult() to display result defined by the user.
CODES: OUTPUTS: enter the numbers 1 2 3.4 summation:6.4
C++ program to return true if age is eligible for certain purpose, else false by using a function declared by the user
CODES: OUTPUTS: please enter your age 16 congrats you are eligible