Add a fname parameter of type String to myMethod , and output "John Doe". ... + " Doe"); } public static void main(String[] args) { myMethod("John"); }
確定! 回上一頁