Parameters:Parameters are variables that are passed into a method. They allow us to provide input values for the method to use.
Input Parameters: Input parameters are specific types of parameters that receive input values from the caller of a method.
Return Type:Return type is the data type of the value that a method returns. In void methods, there is no return type because they don't return any value.