|
29 | 29 | (HINT: while loop)
|
30 | 30 | 25. Take integer inputs till the user enters 0 and print the largest number from
|
31 | 31 | all.
|
| 32 | +26. Addition Of Two Numbers |
32 | 33 |
|
33 | 34 | ### Intermediate Java Programs
|
34 | 35 | 1. Factorial Program In Java
|
|
43 | 44 | 10. Calculate CGPA Java Program
|
44 | 45 | 11. Compound Interest Java Program
|
45 | 46 | 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