【简答题】阅读理解。 It's Jimmy's birthday and he is 9 years old. He gets a lot of presents from his family and one of them is a big drum (鼓). His grandfather buys it for him. Jimmy likes it very much. He plays with...
【简答题】阅读下面的短文,然后根据短文内容选择最佳答案。 It's Jimmy's birthday and he is 9 years old. He gets a lot of presents from his family and one of them is a big drum (鼓). His grandfather buys it for him. Jimmy likes it very m...
【单选题】以下程序的输出是 ____ # inc1ude int mam( ) { int a=5 , b=8 , c=3 , max ; max=a ; if(c>b) if(c>a) max=c ; e1se if(b>a) max= b ; ptintf("rnax=%d\n" , max) ; return 0 ; }
【判断题】以下程序段的功能是:将变量 a 、 b 的最大值赋给 max 。 max = a;
if ( max < b ){ max=b; }
【简答题】将以下程序写成三日运算表达式是_____。 if(a>b) max=a; else max=b;
【简答题】阅读理解。 It's Jimmy's birthday and he is 9 years old. He gets a lot of presents from his family and one of them is a big drum( 鼓 ). His grandfather buys it for him. Jimmy likes it very much. He plays wit...
【简答题】将以下程序段写成三目运算表达式:【 】。 if(a>b) max=a; else max=b;