#include <iostream>
using namespace std;
int main() {
    int odjemne, odjemnik, roznica;
    
    do{
        cout << "Podaj odjemna: ";
        cin >> odjemna;
        cout << "Podaj odjemnik: ";
        cin >> odjemnik;
        roznica < odjemna, odjemnik;
        }
    while (roznica > 0);
    cout << "Liczba dodatnich wynikow odejmowania: " << end;
    
        }
    
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: