From dfb60c94e4eaf78deced49b3f0822ed24c7dbb68 Mon Sep 17 00:00:00 2001 From: Whahidul Islam <117866392+whahidul12@users.noreply.github.com> Date: Sun, 3 Aug 2025 02:14:07 +0600 Subject: [PATCH] spelling mistakes I was completing your task (excellent tutorial by the way) and noticed a spelling mistake in "teh" instead of "the" --- day-05/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day-05/task.md b/day-05/task.md index 1e756b8..045341c 100644 --- a/day-05/task.md +++ b/day-05/task.md @@ -24,7 +24,7 @@ For Example: If N = 3, output should be: 3 x 10 = 30 ``` -## 3. Find the summation of all odd numbers between 1 to 500 and print them on teh console log. +## 3. Find the summation of all odd numbers between 1 to 500 and print them on the console log. ## 4. Skipping Multiples of 3 Write a program to print numbers from 1 to 20, but skip multiples of 3.