// method with two parameters int addNumbers(int a, int b) { // code } // method with no parameter int addNumbers(){ // code }