monuverma1501 / HactoberFest2022

#Hacktoberfest
9 stars 114 forks source link

Created finding_number_of_numbers.cpp #119

Open Kona1246 opened 2 years ago

Kona1246 commented 2 years ago

I have created a c++ program named finding number of numbers in which given an array of n elements. the task is to return an integer denoting the total number of times digit k appears in the whole array. please review my code and merge it. Thank You.