You can calculate the surface area of a cube if you know the length of an edge. Write a program that takes the length of an edge (an integer) as input and prints the cube's surface area as output. Enter the cube's edge:4. The surface area is 96 square units.

Solved
Show answers

Ask an AI advisor a question