Cursos
Iniciar sesiónComenzar a aprender IA
Cursos
Iniciar sesiónComenzar a aprender IA
0

For loop

How to create a program that will display all odd number from 1 to 20

cppprogrammingitforloop
5th Nov 2020, 2:24 AM
Unknown
2 Respuestas
+ 4
//Create a for loop if(i%2==1) cout<<i; https://www.sololearn.com/discuss/1201003/?ref=app https://www.sololearn.com/discuss/692906/?ref=app
5th Nov 2020, 2:40 AM
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~
0_O-[Mägár_Sám_Äkà_Nüllpøïntêr_Èxëcéptïön]~~ - avatar
0
for (int i=1; i<20; i+=2) cout << i << endl;
5th Nov 2020, 8:42 AM
Brian
Brian - avatar

¿Tienes a menudo preguntas como esta?

Aprende gratis de forma más eficaz

  • Introducción a Python

    7,1M de estudiantes

  • Introducción a Java

    4,7M de estudiantes

  • Introducción a C

    1,5M de estudiantes

  • Introducción a HTML

    7,5M de estudiantes

Ver todos los cursos
En tendencia hoy
Ошибка в приложении Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Sololearn course
1 Votes
Best language?
0 Votes
solo learn program issue - iPhone?
1 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes
How do I keep myself motivated in coding
0 Votes