You have the following call stack:
Write a program for checking if the input number is prime. Create the printIfPrime(number: Int) function and print %your_number% is a prime number. if the number is prime; otherwise, print %your_number% is not a prime number.
Hint: The number 1 is more interesting than it seems. Despite seeming so, mathematically it is not a prime number.