Skip navigation

Examples

Example 1

Write a pseudocode that can be used to prompt the user to enter two numbers, calculate the sum and average of the two numbers and then display the output on the screen.

The answer would look something like this

ex 1 answer

Example 2:

Write a pseudocode that can be used to calculate the Diameter, Circumference and Area of a circle and then display the output on the screen.

Solution

ex 2 solution