• Cursos
  • Compilador de Código
  • Debatir
  • Precios
  • Teams
Menu
+ 2

How this code output 11 help!!

var x=1; for(;x<6;x+=2){ x=x*x; } alert(x)

outputchallengeforvarvarfor
28th Jan 2018, 3:26 PM
HRMtech
HRMtech - avatar
1 Respuesta
+ 18
after loop1 ) x=1*1 + 2 =3 [3 <6 , condition true] after loop2) x=3*3 + 2 =11 condition false [11 is not < 6] //loop stops
28th Jan 2018, 3:31 PM
Gaurav Agrawal

¿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