How to print all prime numbers up to a given number in Swift

Swift
🤖 Code Explanation
The above code is a function to check if a number is prime or not. It takes in a number as a parameter and returns a boolean value. If the number is prime, it returns true, otherwise it returns false.

More problems solved in Swift



















