191 Which is not one of the five classifications of work found in a purchasing operafion?
A. Management
B. Buying
C. Follow-up and expediting
D. Marketing
E. Clerical
第1题:
A、five-letter
B、five-letters
C、fives-letters
D、five letters
第2题:
执行下列程序,显示的结果是【 】。
ne="WORK"
two=""
a=LEN(one)
i=a
DO WHILE i>=l
two=two+SUBSTR(one,i, 1)
i=i-1
ENDDO
?two
第3题:
第4题:
A.five, 600
B.five, 650
C.five, 651
D.four, 651
第5题:
13.
A. four’thirty
B. five
C. five’fifteen
D. five’thirty
第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; }