趣味填空题

public class Test5 {
	public static void main(String[] args) {
		if (    ) {//请在if圆括号内填写代码,使得最终输出结果为“AB”
			System.out.print("A");
		} else {
			System.out.print("B");
		}
	}
}

http://img.mukewang.com/579aeb890001248004130173.jpg

阿旭_
浏览 2658回答 3
3回答

慕莱坞9220042

if ( args == null || new Test5()         {             {              Test5.main(null);             }         } == null ) {//请在if圆括号内填写代码,使得最终输出结果为“AB”             System.out.print("A");         } else {             System.out.print("B");         }

阿旭_

public class Test5 { public static void main(String[] args) { if (System.out.printf("A") == null) {// 请在if圆括号内填写代码,使得最终输出结果为“AB” System.out.print("A"); } else { System.out.print("B"); } } }

cyc川

还是没看懂system.out.printf(arg0, arg1, arg2)是什么意思,百度上的解释乱七八糟的
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java