Friday, 27 May 2016

6 in 1 Program in C++

In this program we will learn how to combine 6 C++ program in a single C++ program and run them as per user desire. The code is given below //Code Starts #include <iostream> #include<math.h> #include<conio.h> using namespace std; int main() { int a,b,num,dig,sum,sub,mul; ...
Share: