GO FURTHER, FASTER: Try the Swift Career Accelerator today! >>

Compound assignment operators

Question 1/6: Which of these make result an integer equal to 10?

Hint: Click to show.

Option 1:

var result = 21
result -= 11

Option 2:

var result = 0
result *= 10

Return to Review Menu

BUY OUR BOOKS
Buy Pro Swift Buy Pro SwiftUI Buy Swift Design Patterns Buy Testing Swift Buy Hacking with iOS Buy Swift Interview Challenges Buy Swift on Sundays Volume One Buy Server-Side Swift Buy Hacking with watchOS Buy Hacking with tvOS Buy Hacking with macOS Buy Dive Into SpriteKit Buy Swift in Sixty Seconds Buy Objective-C for Swift Developers Buy Beyond Code
 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.