Skip to content

Commit b4bec0e

Browse files
authored
Update 3-conditionals-loops.md
1 parent 5ef8629 commit b4bec0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assignments/3-conditionals-loops.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@
5252
24. Check Leap Year Or Not
5353
25. Sum Of A Digits Of Number
5454
26. Kunal is allowed to go out with his friends only on the even days of a given month. Write a program to check if he can go out in the month of August.
55+
27. Write a program to print the sum of negative numbers, sum of positive even numbers and the sum of positive odd numbers from a list of numbers (N) entered by the user. The list terminates when the user enters a zero.

0 commit comments

Comments
 (0)