因为差+减数=被减数,
所以96÷2=被减数=48.
故填:48.
Questions 19-22
A.He is fond of English dishes.
B. He is tired of puddings and pies.
C.He enjoys English strawberry yogurt.
D.He seldom has breakfast at home.
下列程序如果去掉for循环外围的大括号对,则会出现编译错误。错误原因是 【7】 。# include<iostream, h>int a=5;void main() int a=10, b=20; cout<<a<<", "<<b<<end1; int a=0, b=0;for (int i=1;i<8;i++) a+=i; b+=a;cout<<a<<", "<<b<<", "<<:: a<<end1; cout<<a<<", "<<b<<end1;