更多"执行”cout<<char(‘A’+2)<<end1;”语句后得到的输"的相关试题:
[填空题]执行"cout<<char(’F’-2)<<end1;”语句后得到的输出结果后 【6】 。
[填空题]执行"cout<<char(’A’+2)<<end1;"语句后得到的输出结果为 【6】 。
[填空题]执行”cout<<char(‘A’+2)<<end1;”语句后得到的输出结果为______。
[填空题]执行“cout.<<char(‘F’,-2)<<end 1;”语句后得到的输出结果为 【3】 。
[填空题]执行“cout<<char(‘A’+2)<<end1;”语句后,得到的输出结果为 【21】 。
[填空题]执行"cout<<char(’A’+2)<<endl;语句后得到的输出结果为______。
[填空题]顺序执行下面的语句后,输出的结果是______。
public class exl6
{
public static void main(String[] args)
{
int i;
int a[] = new int[10];
for(i = O; i < a.length; i++)
a[i] = i * 10 + j;
for(i = 1; i < a.length; i++)
if(a[i]%5 == O)
System,out.println(a[i]);
}
}
[填空题]执行下列语句后,输出的结果为______。
void run( )
{
static int x=3;
x++;
cout<<x<<" ";
}
int main( )
{
for(int i=0;i<2;i++)
fun( );
return D;
}
[填空题]执行以下语句后,输出结果是 【15】 、 【16】 。
S$="ABCDEFGHIJK"
Print Mid$(S$,3,4)
Print Len(S$)
[填空题]执行以下语句后,输出的结果是 【13】 、 【14】 。
A$="Good"
B$="Morning"
Print A$+B$
Print A$&B$
[填空题]执行下列语句后,输出结果是______。
s$="ABCDEFG"
Print InStr(s$,"efg")
Print LCase$(s$)
[填空题]执行以下语句后,输出结果为______。
s$="ABCDEFG"
Print InStr(s$,"efg")
Print LCase$(s$)