Pada program C++ ini akan menghitung keliling balok, keliling kubus, luas permukaan balok, luas permukaan kubus, dan volume tabung dengan input yang di masukan oleh user. Program C++ ini menggunakan swich untuk memproses inputan yang di masukan oleh user.
This C++ program will calculate the perimeter of a block, the perimeter of a cube, the surface area of a block, the surface area of a cube, and the volume of a cylinder with input entered by the user. This C++ program uses a switch statement to process the input entered by the user.