In C program Given a set of numbers representing the customers visiting the store and a number n, print all the customer numbers that has visited the store n times. If there isn't any, print "No lucky...



In C program


Given a set of numbers representing the customers visiting the store and a number n, print all the customer numbers that has visited the store n times. If there isn't any, print "No lucky customer" instead.


Input


The first number represents the count of customers visiting the store.
The succeeding numbers are the customers of the store represented by numbers 0 to 99.
The last number is the lucky number n.


5
60
15
1
15
15
3
Output


The customers that have visited the store n times. If there's more than one customer, print them numerically in new lines. If there isn't any, print "No lucky customer".


15




Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here