aayushi-droid / Edabit-Solutions

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

The Farm Problem #48

Closed Avn007 closed 3 years ago

Avn007 commented 3 years ago

Before jumping into Pr first comment for assign.

Problem statement : In this challenge, a farmer is asking you to tell him how many legs can be counted among all his animals. The farmer breeds three species: chickens = 2 legs cows = 4 legs pigs = 4 legs The farmer has counted his animals and he gives you a subtotal for each species. You have to implement a function that returns the total number of legs of all the animals.

Probelm Link : https://edabit.com/challenge/aADAoRtkbZWEKw9Ap Choose one Cateorgy - Very Easy question category : algorithms, math


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,

Avn007 commented 3 years ago

@aayushi-droid Hi, can I work on this issue for Hacktoberfest?

aayushi-droid commented 3 years ago

Yes sure,

aayushi-droid commented 3 years ago

52