1 2 3 4 5 6 7
Pseudocode output "input a radius" get input radius r = radius pi = 3.1416 a = pi * r * r output a