Error | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Error

This has more solutions, not only one!

5th Apr 2017, 6:36 PM
Alexander Erdélyi
Alexander Erdélyi - avatar
10 Respuestas
+ 17
@Hatsy Rei Pretty much spot on @Alexander for(int x=0;x<99;x++){ // Note the x++
6th Apr 2017, 12:37 AM
Jafca
Jafca - avatar
+ 16
I'm thinking: For(int x=0; x<99; x++){ if(x%2!=0) continue; Console.WriteLine(x); } But idk C# syntax well lol
6th Apr 2017, 12:29 AM
Hatsy Rei
Hatsy Rei - avatar
+ 15
Oh ho, you tapped the upper right corner, which leads to the discuss sections. You need to tap on the comments section, which is on the lower left corner of the tutorial slides. Anyway, warm welcomes :>
6th Apr 2017, 12:27 AM
Hatsy Rei
Hatsy Rei - avatar
+ 14
Nope, doesn't do that unfortunately. You could tell us what task it is or, preferably, copy-paste it here 👍
6th Apr 2017, 12:14 AM
Jafca
Jafca - avatar
+ 13
Error This has zero questions, not one!
5th Apr 2017, 10:59 PM
Jafca
Jafca - avatar
+ 4
What?
5th Apr 2017, 9:21 PM
Retul
Retul - avatar
+ 1
i thought it will be linked to the task
6th Apr 2017, 12:12 AM
Alexander Erdélyi
Alexander Erdélyi - avatar
+ 1
here it is. 
6th Apr 2017, 12:16 AM
Alexander Erdélyi
Alexander Erdélyi - avatar
+ 1
so again. here it is. Fill in the blanks to print only even numbers. For(int x=0;x<99)_ __(x%2!=0) _________ Console.WriteLine(x); }
6th Apr 2017, 12:22 AM
Alexander Erdélyi
Alexander Erdélyi - avatar
0
so yeah, another solutions is the x++ but it said its wrong xD
6th Apr 2017, 6:40 AM
Alexander Erdélyi
Alexander Erdélyi - avatar