We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63d26eb + 422c25b commit d62f198Copy full SHA for d62f198
assignments/1-flow-of-program.md
@@ -5,6 +5,5 @@
5
1. Input a year and find whether it is a leap year or not.
6
2. Take two numbers and print the sum of both.
7
3. Take a number as input and print the multiplication table for it.
8
-4. Take a 2 numbers as inputs and find their HCF and LCM.
9
-5. Keep taking numbers as inputs till the user enters ‘x’, after that print sum
10
-of all.
+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.
0 commit comments