题目内容

continue statement can be only used in loop body.

查看答案
更多问题

The following code fragment outputs the string str . The loop condition str[i]!='\0' can be replaced by( ). char str[80]="hello, world";for (i = 0; str[i] != '\0'; i++) putchar(str[i]);

A. str[i]
B. i < 80
C. !(str[i] = '\0')
D. i<= 80

Listen to a conversation between an accountant and her client. Choose the correct answer.1. What is the dialogue mostly about?

A. selling materials
B. increasing sales tax
C. descrinbing new taxes
D. explaining a type of tax

2. Value-added tax

A. adds value to products
B. eas replaced by sales tax
C. has not been adopted in the USA
D. is applied when final products are sold.

Listen again and fill in the blanks.Accountant: How are you today, Mr. Jackson?Client: I'm good. Could you 1_____ something for me?Accountant: Sure. What is it?Client: Well, I 2_____ ______ ______ what value-added tax is.Accountant: It's like sales tax. When a company sells 3_______ or parts to another, they pay a tax.Client: So, does that 4______ ________ my company?Accountant: No. You only 5 ____ ____ in the United States, which hasn'tadopted a value-added tax yet.Client: Oh,I see. So that's not something I need 6______ _______ ______.

答案查题题库