Day 5 - Swift Conditional Statements: If , Else If, Switch Case, Ternary Operator
·1753 words·9 mins
In Swift, we may need to check some conditions. We may want to do different operations depending on whether the condition is true or false.