adenfenton5373 adenfenton5373 28-11-2019 Computers and Technology contestada Assuming myMethod( ) returns a string, which of the following statements is valid? Select one: a. myMethod(); b. System.out.println(myMethod()); c. String result = "Return value is " + myMethod(); d. All of these are valid