a Show the declaration for a method called myMethod that 1) is visible outside the class, 2) can only access class (stat
Posted: Wed Apr 27, 2022 3:47 pm
a Show the declaration for a method called myMethod that 1) is visible outside the class, 2) can only access class (static) variables, 3) returns an array of integers, and 4) accepts two parameters which are a String and double, in that order. (5 marks)