// a simple calculator using switch #include using namespace std; int main() { int num; for(num=0;num<5;num++) { cout<