下列程序的运行结果是( )。public class Test\{ public static void main(String[]args)\{ int x=3,y=4,z=5;if(x>3)\{ if(y<2) System.out.println("show one"); else System.out.println("show two"); \} else\{ if(z&
下列程序的运行结果是( )。public class Test\{public static void main(String[]args)\{int x=3,y=4,z=5;if(x&gt;3)\{if(y&lt;2)System.out.println(&quot;show one&quot;);elseSystem.out.println(&quot;show tw