[SOLVED] C++ Program

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)

Need a program that can find the minimum number of the sequence, smallest even integer of the sequence, count of negative integers in a sequence, and the sum of numbers that are divisible by 3 from the sequence.

program input should be various numbers followed by a 0 to display the output

program output should read similarly to this:

The minimum number is 1

The smallest even integer in the sequence is 2

The count of negative integers in the sequence is 3

The sum of numbers that are divisible by 3 is 5

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.