Question 21
The steps in an algorithm to buy a pair of shoes from a store are given in no particular order.
* Bring the shoes to the cashier
* Pay for the shoes
* Enter the store
* Select the pair of shoes
What is the first step of the algorithm?
* Bring the shoes to the cashier
* Pay for the shoes
* Enter the store
* Select the pair of shoes
What is the first step of the algorithm?
Question 22
What is the loop variable update statement in the following code?


Question 23
Oder the tasks needed to safely replace a lamp's light bulb from first (1) to last (4).
Select your answer from the pull down list.

Select your answer from the pull down list.

Question 24
Which kind of languages are C, C++ and Java?
Question 25
Which expression evaluates to 3.7 if float x = 17.0?


