Skip to content

Commit af5e104

Browse files
Merge pull request kunal-kushwaha#574 from kalashjain23/kunal
PR for the issue kunal-kushwaha#573..
2 parents 57da586 + c047945 commit af5e104

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

assignments/03-conditionals-loops.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
(HINT: while loop)
3030
25. Take integer inputs till the user enters 0 and print the largest number from
3131
all.
32+
26. Addition Of Two Numbers
3233

3334
### Intermediate Java Programs
3435
1. Factorial Program In Java
@@ -43,18 +44,17 @@ all.
4344
10. Calculate CGPA Java Program
4445
11. Compound Interest Java Program
4546
12. Calculate Average Marks
46-
13. Addition Of Two Numbers
47-
14. Sum Of N Numbers
48-
15. Armstrong Number In Java
49-
16. Find Ncr & Npr
50-
17. Reverse A String In Java
51-
18. Find if a number is palindrome or not
52-
19. Future Investment Value
53-
20. HCF Of Two Numbers Program
54-
21. LCM Of Two Numbers
55-
22. Java Program Vowel Or Consonant
56-
23. Perfect Number In Java
57-
24. Check Leap Year Or Not
58-
25. Sum Of A Digits Of Number
59-
26. Kunal is allowed to go out with his friends only on the even days of a given month. Write a program to count the number of days he can go out in the month of August.
60-
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.
47+
13. Sum Of N Numbers
48+
14. Armstrong Number In Java
49+
15. Find Ncr & Npr
50+
16. Reverse A String In Java
51+
17. Find if a number is palindrome or not
52+
18. Future Investment Value
53+
19. HCF Of Two Numbers Program
54+
20. LCM Of Two Numbers
55+
21. Java Program Vowel Or Consonant
56+
22. Perfect Number In Java
57+
23. Check Leap Year Or Not
58+
24. Sum Of A Digits Of Number
59+
25. Kunal is allowed to go out with his friends only on the even days of a given month. Write a program to count the number of days he can go out in the month of August.
60+
26. 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)