how to make a calculator for beginners#include<iostream> using namespace std; void calc() { int a; int b; string opp; ...