Question: please write in c Filter (82 points) Write a program that reads integers m and n and then n integers and prints those that are

please write in c
Filter (82 points) Write a program that reads integers m and n and then n integers and prints those that are not multiples of m. The output willcontain numbers separated by hyphen. Example of input: 3 5 23456 Corresponding output: 2-4-5 Example of input: 3 2 5 6 Corresponding output: 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
