Assuming: let hairLength = 12 What will be output from the f…
Assuming: let hairLength = 12 What will be output from the following block of code? if hairLength >= 13 { print(“Your hair is too long; get it cut.”)} else { print(“Your hair is just the right length.”)}