☑Kizspy.me
(1 mark, file to be edited: Q9.c)
Your program allows the user to enter a list of product names in a store (separated by commas).
Enter a product name to search (case insensitive).
Print the number of occurrences of the product in the list.
Here is an example:
Products="Apple, Orange, Banana, apple, apple, Orange"; Search="APPLE"
Apple, Orange, Banana, apple, apple, Orange
APPLE
OUTPUT:
3
Press any key to continue
Zoom
Question 10:
(1 mark, file to be edited: Q10.c)
+ 110%
Close