// method with two parameters int addNumbers(int a, int b) { // code } // method with no parameter int addNumbers(){ // code }
public static void hello (String hey, String wassup) //the paramter in this case is located in the parenthesis