Java Practice Exercise – Functions

Functions
  • Display a welcome message
  • Read a name and display a welcome message
  • Area and circumference of a circle
  • Volume of cylinder
  • Read two numbers and display the sum
  • Biggest of two numbers
  • Leap year check
  • Fibonacci series (iteration and recursion)
  • Factorial of a number (iteration and recursion)
  • Calculate GCD of two numbers
  • Calculate HCF of two numbers
  • Menu driven calculator program
  • Default arguments
  • Keyword arguments
  • Arbitrary arguments
  • Arrays and functions
  • Matrices and Functions