Challenge: Find out if the Given Number is Prime
Test your understanding by solving a simple challenge in this lesson.
We'll cover the following...
Problem statement
You are given a number. Your task is to find whether the given number is prime or not.
📝 A number is prime if it is only divisible by
1
and itself.
📝
1
is ...