【单选题】考虑以下不完整的代码: public class Test { public static void main(String[] args) { System.out.println(f(5)); } public static int f(int number) { // Missing body } } 缺少的方法主体应为________。
【单选题】考虑以下不完整的代码:public class Test { public static void main(String[] args) { System.out.println(f(5)); } public static int f(int number) { // Missing body }}缺少的方法主体应该是。