Find code hither : http://www.codebind.com/scala/scala-while-and-do-while-loops/
So what is a loop ?
loops permit us to execute a contention or a block of statements multiple times. Like conditional statements, they are controlled past times boolean expressions.
The for comprehension
Scala’s for is much to a greater extent than powerful than Java’s for
Consequently, it is used much to a greater extent than ofttimes than the other kinds of loops
Prints the numbers i through 10
Prints the numbers i through 9
Prints all the values inwards myArray
Prints all the values inwards myArray
Prints all the fifty-fifty numbers inwards myArray
-------------------------Follow-------------------
My Website - http://www.codebind.com
My Blog - https://goo.gl/Nd2pFn
My Facebook Page - https://goo.gl/eLp2cQ
Google+ - https://goo.gl/lvC5FX
Twitter - https://twitter.com/ProgrammingKnow
Pinterest - https://goo.gl/kCInUp
Text Case Converter - https://goo.gl/pVpcwL
Epoch Timestamp Converter - https://goo.gl/Zedjo5
Decimal - Binary - Hexadecimal Converter - https://goo.gl/rkX3JE
8-bit Checksum Calculator - https://goo.gl/inxvIT
0 comments:
Post a Comment