Java Programs Collection
Java Programs Collection
7. WAP to accept marks in five subjects and print the division of student.
13. WAP to input a number and print sum of all the digits of that number.
// Java code here...
14. WAP to input a number and print sum of first and last digits.
15. WAP to accept the year from the user and check if it is a leap year or not?
18. WAP to input a number and print whether number is palindrome or not?
20. WAP to input a number and print the reverse of the number.
23. WAP to show the usage of static and non static members in Java.
24. WAP to check if an input number of three digits is Armstrong number or odd?
30. WAP to display all prime numbers between two input numbers in Java.
37. WAP to input a number and print the reverse of the number.
40. WAP to display greatest number from the entire array in Java.
// Java code here...
43. WAP to input a number and print sum of all the digits.
44. WAP to input a number and print sum of all the digits of the number.
46. WAP to accept the year from the user and check if it is a leap year or not.