[solved] – Question 76876
5.1 Methods have a unique name and follow the same naming rules as variables; explain the rules for
naming methods. (5 marks)
5.2 Write a program called Addition with a method called addNums() which takes in two parameters of
type int, and adds them up and displays total.
Expert Answer
OR

