#include #include using namespace std; int a; int b; int main() { cout << "Podaj liczbe a" << endl; cin >> a; cout << " Podaj liczbe b" <> b; system("cls"); if(a>b) { cout << " Liczba A jest wieksza od liczby B" <