Question:
Writing Pseudocodes
Practicing writing pseudocodes and am having issues on the following. Can I get assistance in writing these?
Allow user to enter a value for one edge of a cube. The program calculates the surface area of one side of the cube, the surface area of the cube, and its volume. The program outputs all the results.
Allow user to enter 2 values and the program outputs the product of the two values.