L-11 Prime Numbers exercise
Check all numbers from 1 to 100 and print to the console only the primes.
p.s. Primes are the numbers that are perfectly divisible ONLY by themselves and 1!
Estimated Time: 30 Minutes
Nested loops matrix multiplication table