Computer Science, asked by hemanthappu80, 3 months ago

Write an algorithm to find volume of a pyramid and Area of a triangle in python

Answers

Answered by jainbhavna400
0

Answer:

Assuming the pyramid has a square base, find the area of the base by squaring the edge. Multiply the area by the height of the pyramid, then divide by 3. That's the volume.

Similar questions