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 - Issue No.- #
Type issue number after hash(#)
Checklist(self check)
[x] Yes, this task assigned to me.
[x] My code follows the style guidelines(Clean Code) of this project
[x] I have performed a self-review of my own code
[x] My Filename is in camelCase format
[x] I have added Problem statement, Problem link in file.
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 -
Issue No.- #
Checklist(self check)