#include #include using namespace std; void dodawanie(int m) { cout<> a; }while (a<1 || a>3); cout << "podaj 1 liczbe:"; cin >> b; cout << "podaj 2 liczbe:"; cin >> c; switch(a) { case 1: { i=b+c; dodawanie(i); break; } case 2: { i=b-c; cout<