Skip to content

Commit d62f198

Browse files
Merge pull request kunal-kushwaha#150 from scmishra-cse/patch-1
article mistake improved
2 parents 63d26eb + 422c25b commit d62f198

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assignments/1-flow-of-program.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
1. Input a year and find whether it is a leap year or not.
66
2. Take two numbers and print the sum of both.
77
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.
8+
4. Take 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 of all.

0 commit comments

Comments
 (0)