aayushi-droid / Edabit-Solutions

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

Create DigitCount #360

Closed raghavsingla522 closed 3 years ago

raghavsingla522 commented 3 years ago

This C++ program gives the count of a particular digit in the input number. For example , input n=100 d=0 output=2 because count of digit 0 in 100 is 2

Description

enter here if you have any details

Program Name - Digit Count Issue No.- #360

Type issue number after hash(#)

Checklist(self check)

aayushi-droid commented 3 years ago