You are viewing a single comment's thread. Return to all comments →
using namespace std;
int main() { // Complete the code string ones[]={"zero","one","two","three","four","five","six","seven","eight","nine"}; int a,b; cin>>a>>b; if(b<=9){ for(int i=a;i<=b;i++){ cout<
}
}}
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 →
include
include
using namespace std;
int main() { // Complete the code string ones[]={"zero","one","two","three","four","five","six","seven","eight","nine"}; int a,b; cin>>a>>b; if(b<=9){ for(int i=a;i<=b;i++){ cout<
}}