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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
VaibhavMojidra/Kotlin---Demo-While-Loop
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 0
No packages published