subject

Guys help fast please!!

Write a C++ program to prompt the user to input N
positive integers; when the user enters - 1 the
program input will stop and implement the needed
functions (5 points)
• Function to calculate the count of input positive
number.
(5 points)
• Function to calculate the average of even
integers
(5 points)
• Function calculate the max of odd
integers
(5 points)
• Function calculate the sum of integers <=
(5 points)
Output the result of the above
operations
points)
50
HINT
1- Functions should be called by Value
2- Functions should return a value to be used for output in final point.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:10
Are special combinations of keys that tell a computer to perform a command. keypads multi-keys combinations shortcuts
Answers: 1
question
Computers and Technology, 23.06.2019 11:30
Which excel file extension stores automated steps for repetitive tasks?
Answers: 1
question
Computers and Technology, 24.06.2019 19:00
In python a floating-point number must be written using scientific notation?
Answers: 1
question
Computers and Technology, 25.06.2019 05:30
You are asked to calculate an object's velocity, in order to do so you must know the object's a. direction and speed. b. distance and time. c. speed and distance. d. direction and distance.
Answers: 1
You know the right answer?
Guys help fast please!!

Write a C++ program to prompt the user to input N
positive i...
Questions