Forum: C
Nov 13th, 2005, 1:38 AM
|
|
Replies: 6
Views: 310
Counting occurrence of numbers in C
Hi all.
I need help creating a prog. in C that can count the occurrence of numbers. The prog. should go like this:
Enter input 1 = 223335
Enter input 2 = 2
Output = The number 2 appears twice in...
|