tsld029.htm

来自「an excellent java tutorial for the ones 」· HTM 代码 · 共 33 行

HTM
33
字号

<HTML>

<HEAD>
<META HTTP-EQUIV="Context-Type" CONTEXT="text/html;charset=windows-1252">
<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>Quiz </TITLE> 
</HEAD>

<BODY     >

 <H1>Quiz </H1> 
 <P><UL>
<LI><H2>Which of the following statements are correct ?
</H2>
<UL>
<LI>int i=(int)((a&#06010) && (b&#06210));
<LI>boolean b = 1;
<LI>boolean b = (!!!!(3&#0604))
<LI>System.out.println((char)(260&#062&#0622));
<LI>int i= (int)(true); 
<LI>
</UL></UL><UL>
<LI><H2>What will the following program output?</H2>
</UL></P>
<P><UL>
for (int i=10; i&#0621; i--) {
<BR></UL><UL>
  for (int j=1; j&#06010; j++) {
</UL><UL>
       if ( ((i+j)%(10)) == 0 )
</UL><UL>
	System.out.println(i + 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?