Varanasi-Software-Junction / JavaCodecamp

Java code repository of Varanasi Software Junction. Its public and free for use. Please star if you find it useful
MIT License
11 stars 5 forks source link

Functions #18

Open satishary opened 2 years ago

satishary commented 2 years ago
  1. Make a function to find the max of 2 numbers
  2. Make a function to find the max of 3 numbers
  3. Make a function to print the table of a number
  4. Check for odd/even.
  5. Check for prime
  6. Print the Nth Fibonacci Number.
  7. Make a function to find the factorial of a number.
  8. Make a function to calculate nCr.
  9. Make a function to count the number of digits in a number
  10. Make a function to check for a Happy Number.