codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a C++ program to find volume of a cube #2068

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 2 years ago

Description

Write a C++ program to find volume of a cube

Volume of cube = Side^3

Side : 2

Volume : 8
How to contribute - Save the solution in `program/FindVolumeOfACube.cpp` file - Add `FindVolumeOfACube.cpp` file in `find-volume-of-a-cube` folder
Ayushkanodia11 commented 2 years ago

!assign

manyadua16 commented 2 years ago

!assign

harshraj8843 commented 2 years ago

Hey @manyadua16, this issue is already assigned to @Ayushkanodia11 !!!

Please choose another issue.

Thanks for your interest in contributing to this project.

harshraj8843 commented 1 year ago

Duplicate of codinasion/codinasion#47