#include using namespace std; int main() { int a; int b; cout << "podaj liczbe a"<>a; cout << "podaj liczbe b"<>b; if( b!=0) { if ( a%b==0) { cout << "liczba " << a <<" jest podzielna przez "<< b<