Skip to content

Kotlin while loop executes its body continuously as long as the specified condition is true. When Kotlin program reaches the while loop, it checks the given condition, if given condition is true then body of the loop gets executed, otherwise program starts executing code available after the body of the while loop.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Kotlin---Demo-While-Loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Demo While Loop

Kotlin while loop executes its body continuously as long as the specified condition is true. When Kotlin program reaches the while loop, it checks the given condition, if given condition is true then body of the loop gets executed, otherwise program starts executing code available after the body of the while loop.


Vaibhav Mojidra - 1.jpeg

About

Kotlin while loop executes its body continuously as long as the specified condition is true. When Kotlin program reaches the while loop, it checks the given condition, if given condition is true then body of the loop gets executed, otherwise program starts executing code available after the body of the while loop.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages