Skip to content

Commit e17ab21

Browse files
Merge pull request kunal-kushwaha#116 from avanish460/patch-1
added one more question in 3-conditionals-loops.md
2 parents da08c80 + b4bec0e commit e17ab21

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)