​Swift is just a effective and instinctive coding language for macOS, iOS, watchOS and tvOS....

Page 55

Swift

do...while loop

Like a while statement, except that it tests the condition at the end of the loop body.

for-in Loop The for-in loop iterates over collections of items, such as ranges of numbers, items in an array, or characters in a string:

Syntax The syntax of a for-in loop in Swift programming language is: for index in var { statement(s) }

Flow Diagram

43


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.