Skip to main content

Q1 — Print 1 to N

Print numbers from 1 to N using a for loop.

Q2 — Multiplication Table

Print the multiplication table of a given number.

Q3 — Sum of Digits

Find the sum of digits of a number using a while loop.