Courses
LoginStart now
Courses
LoginStart now
+ 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 Antwort
+ 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
Gaurav Agrawal - avatar

Häufig solche Fragen?

Effizienter lernen, kostenlos:

  • Einführung in Python

    7.1M Lernende

  • Einführung in Java

    4.7M Lernende

  • Einführung in C

    1.5M Lernende

  • Einführung in HTML

    7.5M Lernende

Alle Kurse anzeigen
Heute heiß
Hofstadter a sequence code coach is not running
0 Votes
DSA doubt
1 Votes
the code for bigneer is not really what to do after coding begeneer in sololearn
0 Votes
Input errors (python)
1 Votes
Data structure using C
0 Votes
Vote Code
1 Votes
Without degree job
0 Votes
I wanna know is that what about dot net developers in future there is possible they gonna downfall in industry
0 Votes
Welcome to my portfolio. Here you'll find a collection of my projects and creations. I specialize in [Your Specialization, e.g.
0 Votes
How can I add gradient to the background
0 Votes