3. Show the declaration for a method called myTotal that: a) is invisible outside the class b) can only access class (st
Posted: Thu Jul 14, 2022 2:12 pm
3. Show the declaration for a method called myTotal that: a) is invisible outside the class b) can only access class (static) variables c) returns an array of integers, and d) accepts two parameters which are a String and float, in that order. [5 marks]