You are viewing a single comment's thread. Return to all comments →
int main() { int a,b ; cin>>a>>b; string x[]={"one","two","three","four","five","six","seven","eight","nine"}; for(int i=a ;i<=b;i++){ if(i<=9){ cout<9 && i%2==0){ cout<<"even"<
return 0;
}
Seems like cookies are disabled on this browser, please enable them to open this website
For Loop
You are viewing a single comment's thread. Return to all comments →
int main() { int a,b ; cin>>a>>b; string x[]={"one","two","three","four","five","six","seven","eight","nine"}; for(int i=a ;i<=b;i++){ if(i<=9){ cout<9 && i%2==0){ cout<<"even"<
}