codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Sum of Cubes #252

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Java programme to find sum of cubes of first n natural numbers.

Additional information

1^3 + 2^3 + 3^3 + ... + n^3

Code of Conduct

NeelPatel31 commented 2 years ago

Hey, Where can I add the code so I can create PR ?

harshraj8843 commented 2 years ago

Hii @NeelPatel31

Thanks for showing your interest in this open source project 😃

Please follow these steps :-

done !!!

For more info, please see the contributing guide