Week 6 Java Methods
Week 6 Java Methods
Access Specifier
Return Method
Type Name
} // end of main
}//end of class
public class Method {
} // end of main
}//end of class
Value Returning Method
}
}
Variable x, y are arguments or known as the
actual parameters;
• If the method name has more than two words, the first
name must be a verb followed by adjective or noun.