(ii) Briefly discuss TWO factors which could reduce the rate of return earned by the investment as per the
results in part (a). (4 marks)
第1题:
Mr.Johnson insisted that the problem worthy of attention ________(讨论)at the meeting.(discuss)
第2题:
第3题:
第4题:
第5题:
第6题:
【填空题】运行下列程序,输出结果是____。 #include <iostream> using namespace std; enum opt{ONE,TWO,THREE,FOUR,FIVE,SIX,SEVEN}op; int main(void) { cout<<ONE; cout<<TWO; cout<<SIX; return 0; }