ECZ 2023 · O-Level Paper 1 — Computer and Calculator
In the answer space below is an incomplete simple program in pseudocode for calculating and outputting the volume, V, of a cone given the base radius r and height h. Complete the program by filling in the blank spaces with appropriate statements.

- A. Enter V and h; r = Vπh
- B. Enter r; V = (13) * π * r2
- C. Enter r and h; V = π * r2 * h
- D. Enter r and h; V = (13) * π * r2 * h
Verified working — step 1
The given inputs are base radius r and height h.The full step-by-step working and final answer are included with Premium — checked against ECZ marking standards.
Original examination question © Examinations Council of Zambia. Worked solution and commentary © G12 Titan — not to be reproduced without permission.
Have a different question?
Search it — if it is from a past paper or a school mock, chances are we have it worked out, or one that uses the same method.
Search any past-paper question