#include #include #include using namespace std; int main() { char x; float c; double a, b, m, n, o; etap1: cout << "Kalkulator by Rednowski. Mozliwe opcje: " <>x; if(x=='c') { system("cls"); goto etap1; } if(x=='e') return (0); } }