Can any one Explain me the output of thia code... | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Can any one Explain me the output of thia code...

public class Program { public static void main(String[] args) { for (int i=2;i<6;i++) { System .out.print(i&1); } } }

19th Sep 2017, 11:42 AM
Mustaq Shaik
Mustaq Shaik - avatar
1 Respuesta
+ 2
thanks luka
19th Sep 2017, 12:04 PM
Mustaq Shaik
Mustaq Shaik - avatar