Question: Write a ct + program that contain two parts: Part 1 : Ask the user to enter an array with size = 1 0 ,
Write a ct program that contain two parts:
Part:
Ask the user to enter an array with size and then pass the array to a function that does the following:
Prints the average of the negative elements in the array, if no negative integers exist print out
Counts how many times the array element occurred in the array. Print the array elements along with its occurrence.
Part:
Ask the user to enter two integers number Pass them to a function that compute the Greatest Common Divisor of the array elements.
Note: Greatest Common Divisor GCD of two or more integers, when at least one of them is not zero, is the largest positive integer that divides the numbers without a reminder.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
