From 3531e9bacb86d5ad7c66f73d4688a41268b541ff Mon Sep 17 00:00:00 2001 From: anikett718 Date: Wed, 6 Aug 2025 21:05:56 +0530 Subject: [PATCH 1/2] Update 01-flow-of-program.md --- assignments/01-flow-of-program.md | 1 - 1 file changed, 1 deletion(-) diff --git a/assignments/01-flow-of-program.md b/assignments/01-flow-of-program.md index 2f7d14f77..4ce33ae71 100644 --- a/assignments/01-flow-of-program.md +++ b/assignments/01-flow-of-program.md @@ -6,4 +6,3 @@ 2. Take two numbers and print the sum of both. 3. Take a number as input and print the multiplication table for it. 4. Take 2 numbers as inputs and find their HCF and LCM. -5. Keep taking numbers as inputs till the user enters ‘x’, after that print sum of all. From 0abb011d7bafe6fa516a99b49f713e2a1f631fa0 Mon Sep 17 00:00:00 2001 From: anikett718 Date: Wed, 6 Aug 2025 21:08:47 +0530 Subject: [PATCH 2/2] Update 01-flow-of-program.md --- assignments/01-flow-of-program.md | 1 - 1 file changed, 1 deletion(-) diff --git a/assignments/01-flow-of-program.md b/assignments/01-flow-of-program.md index 4ce33ae71..f78aaab30 100644 --- a/assignments/01-flow-of-program.md +++ b/assignments/01-flow-of-program.md @@ -5,4 +5,3 @@ 1. Input a year and find whether it is a leap year or not. 2. Take two numbers and print the sum of both. 3. Take a number as input and print the multiplication table for it. -4. Take 2 numbers as inputs and find their HCF and LCM.