main.cpp
// LEVEL 2.4 #include <iostream> using namespace std; int x; int main() { cout<<"1 eded daxil edin: "; cin>>x; if (x%2==0){ cout<<"eded cütdür"; } else if (x%2==1){ cout<<" eded tekdir "; } return 0; }
Output