aayushi-droid / Edabit-Solutions

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

convert age to days #334

Closed aayushi-droid closed 3 years ago

aayushi-droid commented 3 years ago

Before jumping into Pr first comment for assign.

Problem statement : convert age to days Probelm Link : https://edabit.com/challenge/bL7hSc6Zh4zZJzGmw Choose one Cateorgy - Very Easy, Easy, Medium, Hard, Very Hard, Expert question category :


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,

aayushi-droid commented 3 years ago

@rgarg-2711 issue assigned

rgarg-2711 commented 3 years ago

thank you @aayushi-droid for assign me this.

psymbio commented 3 years ago

function calcAge(age) { return age * 365; }

One line of code is an issue?

aayushi-droid commented 3 years ago

Great things are not done by impulse, but by a series of small things brought together. @psymbio It's a repo for encourage new developers to contribute to open-source. Issue is small or big. Doesn't matter.