aayushi-droid / Edabit-Solutions

Edabit Solutions using Cpp(C++)
MIT License
39 stars 154 forks source link

Add up the Numbers from a Single Number #14

Closed jayanthjj closed 3 years ago

jayanthjj commented 3 years ago

Before jumping into Pr first comment for assign.

Create a function that takes a number as an argument. Add up all the numbers from 1 to the number you passed to the function. : https://edabit.com/challenge/XDx6JoaumAimRHgEt : Choose one Cateorgy - Easy question category : Numbers


Before submitting a PR please Check some details.

This repository is vaild for HacktoberFest2020

Read before making PR - How to contribute on Github Good Luck,

jayanthjj commented 3 years ago

@aayushi-droid can I work on this?

aayushi-droid commented 3 years ago
jayanthjj commented 3 years ago

@aayushi-droid Added addUp #53