Link Search Menu Expand Document

Lesson 4 - Loops (Practice)

Objectives

  1. Print true if the given number is a prime number.

  2. Nested loops.

    • For a give number n print the sum of all prime number in the range [2..n]
  3. Learn about character encoding (ASCII vs Unicode).

    ** Side Quest: Read about different types of Unicode encoding.

Home Assignments

  1. Approximation of π

  2. * Rabbits & Foxes

  3. * Arrowhead - 2

  4. * Progress Bar - 2