#include using namespace std; int x, ile; char wybor; int main() { cout << "Podaj x "; cin>>x; cout<<"Jakie liczby wyswietlic - p czy n? "<>wybor; switch(wybor) { case 'p': case 'P': { for(int i=1; i<=x; i++) { if(i%2==0) { cout<