#include using namespace std; int a, b, i; float reszta; int main() { cout << "Podaj poczatek zakresu" <>a; cout << "Podaj koniec zakresu" <>b; for(i=a;i<=b;i++) { reszta=i%3; if(reszta==0){ cout<<"Liczba "<< i <<" jest podzielna przez 3"<