• Cours
  • Compilateur de code
  • Discuter
  • Tarification
  • Équipes
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 Réponse
+ 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

Vous avez souvent des questions comme celle-ci ?

Apprenez de maniĂšre plus efficace, gratuitement :

  • Introduction Ă  Python

    7.1M apprenants

  • Introduction Ă  Java

    4.7M apprenants

  • Introduction Ă  C

    1.5M apprenants

  • Introduction Ă  HTML

    7.5M apprenants

Voir tous les cours
Aujourd'hui en vedette
Hey I've done the C# and SQL beginner and intermediate, but still feel like there could be more... Is there advanced somewhere?
1 Votes
How create a new language ?
1 Votes
Beginner question
0 Votes
Is there any debugging practice here or not?
2 Votes
Can I make coding projects here and run them without sololearn pro, only in sololearn.
0 Votes
Issue with Sololearn Module Quiz Despite Correct Answers
1 Votes
I need help to solve this
0 Votes
Hey what the research process order for them that I am telling you please order them and tell me answer
0 Votes
Project
0 Votes
by getting subscription will it help to me be a pro in python is it appropriate app? please guide me
0 Votes