News

Description Write a Python program to find area of a cube Area of cube = 6 × Side^2 Side : 2 Area : 24 How to contribute Save the solution in program/find-area-of-a-cube.py file Add find-area-of-a- ...
Aim:- Write a program in python to find total surface area of cube and cuboid.