Check your knowledge

Completed

Answer the following questions to see what you've learned.

1.

If you want to use a single-line comment to comment on a single line of code, what should you use?

2.

Which repetitive statement enables you to repeat one or more statements a known number of times?

3.

Which repetitive statement does not require a begin and end block to run more than one statement repetitively?

4.

Which repetitive statement runs code at least once before validating a condition?