Skip to content

Commit 1f49116

Browse files
authored
article mistake improved
1 parent da71f5b commit 1f49116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assignments/1-flow-of-program.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
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.
8+
4. Take 2 numbers as inputs and find their HCF and LCM.
99
5. Keep taking numbers as inputs till the user enters ‘x’, after that print sum
10-
of all.
10+
of all.

0 commit comments

Comments
 (0)