Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a function called fillArray that will fill an array of any size with random numbers in the range of 1 - 100. Write a

Write a function called fillArray that will fill an array of any size with random numbers in the range of 1 - 100.

Write a separate function called printArray that will print an array of any size.

Write a third function called countEvens which will count and return the number of even numbers in the array.

In main create an array that holds 25 ints. Use your functions to fill, print, and count the number of even numbers. You should

Fill the array

Print the array

Print the number of even numbers in the array

What not to do

Using any of the following will drop your grade for this assignment by 70%

global variables

cin in any funciton other than main

cout in any funciton other than main and printArray

goto statements

Your output should look like the following:

image text in transcribed

C:\WINDOWS system32\cmd.exe 48 6 here are 18 even numbers in the array Press any key to continue

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

Structured Search For Big Data From Keywords To Key-objects

Authors: Mikhail Gilula

1st Edition

012804652X, 9780128046524

More Books

Students also viewed these Databases questions