Question: a.Clearly define what the output , input and processing tasks should be to meet the requirements you have been given. b.Construct a flowchart for your

a.Clearly define what the output, input and processing tasks should be to meet the requirements you have been given.
b.Construct a flowchart for your algorithm.
c.Write pseudocode for your algorithm.

1) (5 pts) A program calculates the volume of a pyramid. A pyramid is a polyhedron formed by connecting a polygonal base and a point called the apex. An example of a pyramid with base B and height h is depicted in Figure 11. The formula to calculate the volume of a pyramid is: V=31bh Figure 1. A pyramid with base B and height h 1 http://en.wikipedia.org/wiki/Pyramid (geometry) Where: The program needs to check for valid entries and display an error if the entry is not a number or is less than 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
