Skip to content

Commit

Permalink
edited conditionals-loops
Browse files Browse the repository at this point in the history
  • Loading branch information
kalashjain23 committed Jan 21, 2022
1 parent 0f8e5fc commit c047945
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 c047945

Please sign in to comment.