Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a c + program that contain two parts: Part 1 : Ask the user to enter an array with size = 1 0 ,

Write a c+ program that contain two parts:
Part1:
Ask the user to enter an array with size =10, 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 0.
Counts how many times the array element occurred in the array. Print the array
elements along with its occurrence.
Part2:
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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases And Information Systems 1 International Baltic Conference Dbandis 2020 Tallinn Estonia June 19 2020 Proceedings

Authors: Tarmo Robal ,Hele-Mai Haav ,Jaan Penjam ,Raimundas Matulevicius

1st Edition

303057671X, 978-3030576714

More Books

Students also viewed these Databases questions

Question

What is meant by 'Wealth Maximization ' ?

Answered: 1 week ago