Card 13 / 76: Of the following, which types of statements must be used to count the number of nickels in a String array of various coins?
A)
Assignment
B)
Assertion
C)
Iteration
D)
Conditional
Answer:
A) Assignment
C) Iteration
D) Conditional
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
B is incorrect. Assertion statements are used to evaluate whether code is functioning as expected.
|