Loops While Statement - Punjabi

Play
Current Time 0:00
/
Duration Time 0:00
Remaining Time -0:00
Loaded: 0%
Progress: 0%
0:00
Fullscreen
00:00
Mute
Captions
  • captions off
  • English
  • Punjabi

742 visits



Outline:

Loops - While Statement The while loop executes a block of code while a condition is true. while (condition) code to be executed;