Write a script that creates 3 numerical variables describing the dimensions of a pyramid in meters: - The length of the base of the pyramid should be 5 - The width of the base of the pyramid should be 10 - The height of the pyramid should be 4.5 Then write another line of code that creates a variable named volume that contains the volume of the pyramid in meters squared. Note that the volume of a pyramid is the length times the width times the height divided by 3. Remember that units are not something that can be stored in numerical variables, and are just for your reference.

Solved
Show answers

Ask an AI advisor a question