diff --git a/assignments/01-flow-of-program.md b/assignments/01-flow-of-program.md index 2f7d14f77..f78aaab30 100644 --- a/assignments/01-flow-of-program.md +++ b/assignments/01-flow-of-program.md @@ -5,5 +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. -5. Keep taking numbers as inputs till the user enters ‘x’, after that print sum of all.