You are viewing a single comment's thread. Return to all comments →
using namespace std;
int main() { int a,b,n; cin>>a>>b>>n; string arr[ ]={"one", "two" ,"three", "four" , "five", "six", "seven","eight", "nine"}; for(int n=a;n<=b;n++) { if(n<=9){ cout<9 && n%2==0){ cout<<"even"<
return 0;
}
For Loop
You are viewing a single comment's thread. Return to all comments →
include
include
using namespace std;
int main() { int a,b,n; cin>>a>>b>>n; string arr[ ]={"one", "two" ,"three", "four" , "five", "six", "seven","eight", "nine"}; for(int n=a;n<=b;n++) { if(n<=9){ cout<9 && n%2==0){ cout<<"even"<
}