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;
...
John Johnson
“ First, solve the problem. Then, write the code. ”