codinasion icon indicating copy to clipboard operation
codinasion copied to clipboard

Write a Kotlin program to find surface area of a cuboid

Open harshraj8843 opened this issue 2 years ago • 1 comments

Description

Write a Kotlin program to find surface area of a cuboid

Surface area of cuboid = 2 × (Length × Width + Length × Height + Width × Height)

Length : 2
Width  : 3
Height : 4

Surface area : 52
How to contribute
  • Save the solution in program/FindSurfaceAreaOfACuboid.kt file
  • Add FindSurfaceAreaOfACuboid.kt file in find-surface-area-of-a-cuboid folder

harshraj8843 avatar Oct 15 '22 20:10 harshraj8843

!assign

mrajen27 avatar Oct 28 '22 18:10 mrajen27