OUTPUT:even numbers do not exist Press any key to continue
Question 6:
(1 mark, file to be edited: Q6.c)
Your program allows users to enter a string S with a maximum length of 100 characters.
Prints the number of numeric characters that even number.
Below is an example:Enter S = "ab42c 5d6 ef23"
ab42c 5d6 ef23
OUTPUT:
4 Press any key to continue
Question 7:
(1 mark, file to be edited: Q7.c)
Your program allows the user to enter an array of N integers, where N is entered by the user (STDIN).
Next, ask the user to enter a positive integer M.
Print the numbers that are divisors of M in descending order.
Below is an example:
Zoom
+ 100%
Close