Hi all.
I need some help counting specific numbers in C. The programme should accept two sets of numbers. It should then count how many of the second number is in the first set.
For example:
First input = 23387
Second input = 3
Ouput = "Number 3 appears twice in 23387."
Can someone help me out with the coding ? I'd really appreciate any help.