【单选题】Part C Directions: Answer questions 71-80 by referring to the following games. Note: Answer each question by choosing A, B or C and mark it on ANSWER SHEET 1. Some choices may be required more than on...
【单选题】运行下面程序时,若从键盘输入数据为 "123" ,则输出结果是 ( ) 。 int main( ) { int num, i, j, k, place; scanf("%d", &num); if (num > 99) place = 3; else if(num > 9) place = 2; else place = 1; i = num / 100; j = (num – i * 10...
【单选题】Part C Directions: Answer questions 71-80 by referring to the following games. Note: Answer each question by choosing A, B or C and mark it on ANSWER SHEET 1. Some choices may be required more than on...