Swift - Basics and Runtime
What will be printed after executing this Swift REPL code?
var total = 3 total *= 4 print(total)
var total = 3 total *= 4 print(total)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions