This program computes the area of a circle. Input the radius: 5.3 Area = PI * radius * radius = 3.14 * 5.30 * 5.30 = 88.24734