Lesson 4 - Loops (Practice)
Objectives
-
Print
true
if the given number is a prime number. -
Nested loops.
- For a give number
n
print the sum of all prime number in the range [2..n]
- For a give number
-
Learn about character encoding (ASCII vs Unicode).
** Side Quest: Read about different types of Unicode encoding.