- Write a Java method to compute the average of three numbers
- Write a Java method to find the smallest number among three numbers
- Write a Java method to count all words in a string
- Write a Java method to count all vowels in a string
- Write a Java method to compute the sum of the digits in an integer
- Write a Java method to check whether an year entered by the user is a leap year or not
- Write a Java method to calculate the area of a triangle
- Write a Java method to find the area of a pentagon
- Write a Java method to find number is even number or not
- Write a Java method to check numbers is palindrome number or not
- Write a Java method to displays prime numbers between 1 to 20
- Write a Java method to find GCD and LCM of Two Numbers
- Write a Java method to find factorial using recursion in java