Computer Science, asked by sgladstorm9100, 9 months ago

Given an array of numbers, find whether a particular digit exist in the numbers of array

Answers

Answered by sahilkumar8447499110
0

Answer:

Given Two integer number n and d. The task is to tha find the number between o to n which contain the specific digit d.

Explanation:

Input : n=20

d=5

Output: 5 15

Input : n= 50

d= 2

Output : 2 12 20 21 22 23 24 25 26 27 28

Similar questions