Int a = 0, b = 0;
int add()
{
Cout ......;
cin >> a >> b;
Cout .... a + b;
}
int subtract()
{
Cout ......;
cin >> a >> b;
Cout .... a - b;
}
int devide()
{
........
}
int multiply()
{
........
}
Int main ()
{
char choice = 'a'
Cout .....;
Cin >> choice;
If ....
If ....
If ....
If ....
}
Sorry for code, I wrote it on ipad so I couldn't write all. So that saved me a few lines. Why is it bad? And leave the capitals out.