How many times will the following loop execute?For intCount = 10 To 1 Step -2 ‘Body of loopNext
A. 4
B. 5
C. 9
D. 10
Answer: B
You might also like to view...
When you pass an argument to a method, the argument's data type must be ____________ with the receiving parameter's data type.
a. assignment compatible b. user friendly c. data bound d. identical to
In the statement x= (a + b) * (c + e) which is the first operation that is performed when this C++ statement is executed?
A. a + b B. b * c C. a + b * c D. x = a
To add animations to slides, it is necessary to be in Slide Sorter view
Indicate whether the statement is true or false
Match the following terms to their meanings:
I. Update query II. Parameter query III. Action query IV. Delete query A. enables you to create a new table or change data in an existing table B. used to add, change, or delete data in fields of one or more existing records. C. removes records from an existing table in the same database. D. prompts you for criteria before running the query.