1 of 5

Logic Development

(Class 4)

Sheikh Thanbir

2 of 5

Problem 1: Print the odd numbers only from 1 to 100.

  1. Write algorithm to solve the problem.
  2. Write pseudo code to solve the problem.
  3. Write the code in IDE. Click here
  4. Code review part.

3 of 5

Problem 2: Sum of First N natural numbers.

  1. Write algorithm to solve the problem.
  2. Write pseudo code to solve the problem.
  3. Write the code in IDE. Click here
  4. Code review part.

4 of 5

Problem 3: Print numbers divisible by 3 and 5 (Range 1 - 100)

  1. Write algorithm to solve the problem.
  2. Write pseudo code to solve the problem.
  3. Write the code in IDE. Click here
  4. Code review part.

5 of 5