Question: Java programming please help The following method should return the text variable three times, combined together side by side. What should the return statement say?
The following method should return the text variable three times, combined together side by side. What should the return statement say? static String echostring(String text) return \} text + " " + text + " " + text text text text Nothing should be added. text+text+text
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
