Day 3 of #100DaysOfSwiftUI. I am still in the review section but learned some new things. fallthrough is different from java. The opposite of how break; works. I also learned that you can’t add different types. let age = ”Age: “ + 49 is not valid Swift. Nor is let sum = 2 + 2.5