Coding with Swift

Lesson 1 Challenge 1 Copy the code and paste to your Playground. Write codes to print the follow numbers: 2 5 27 100 Challenge 2 Copy the code and paste to your Playground. Can you edit the code to make it print 24 successfully to the console? Challenge 3 Create a function that multiply the current number by 3.