<=Back
Write a C++ programs that has:
•One static object named number;
•Two data functions named num1 and num2
•Two void member functions called show and plus
The program should accept num1 and num2 and then increment them by 2 through the plus function. The program should then output the result through the show function
 Viewed: 485 times
Share in: