Question: CSCI 40 Computer Programming in C++ Assignment 14 Part I (Programming Assignment) Write a program that 1. Declare an integer array and initialize it with

CSCI 40 Computer Programming in C++ Assignment 14 Part I (Programming Assignment) Write a program that 1. Declare an integer array and initialize it with following 12 integers 5, 11, -3, 2, 7, 33, 4, 0, 2, 1,-6, 10 2. Display them on the screen. 3. Calculate and display the sum of the numbers in the array 4. Calculate and display the lowest number in the array 5. Calculate and display the total negative numbers in the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
