Skip to content

Commit

Permalink
Merge pull request kunal-kushwaha#574 from kalashjain23/kunal
Browse files Browse the repository at this point in the history
PR for the issue kunal-kushwaha#573..
  • Loading branch information
kunal-kushwaha authored Jan 25, 2022
2 parents 57da586 + c047945 commit af5e104
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions assignments/03-conditionals-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
(HINT: while loop)
25. Take integer inputs till the user enters 0 and print the largest number from
all.
26. Addition Of Two Numbers

### Intermediate Java Programs
1. Factorial Program In Java
Expand All @@ -43,18 +44,17 @@ all.
10. Calculate CGPA Java Program
11. Compound Interest Java Program
12. Calculate Average Marks
13. Addition Of Two Numbers
14. Sum Of N Numbers
15. Armstrong Number In Java
16. Find Ncr & Npr
17. Reverse A String In Java
18. Find if a number is palindrome or not
19. Future Investment Value
20. HCF Of Two Numbers Program
21. LCM Of Two Numbers
22. Java Program Vowel Or Consonant
23. Perfect Number In Java
24. Check Leap Year Or Not
25. Sum Of A Digits Of Number
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.
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.
13. Sum Of N Numbers
14. Armstrong Number In Java
15. Find Ncr & Npr
16. Reverse A String In Java
17. Find if a number is palindrome or not
18. Future Investment Value
19. HCF Of Two Numbers Program
20. LCM Of Two Numbers
21. Java Program Vowel Or Consonant
22. Perfect Number In Java
23. Check Leap Year Or Not
24. Sum Of A Digits Of Number
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.
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 comments on commit af5e104

Please sign in to comment.