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.
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.