Question: C++ 1. Lab Description For this lab, you will create a basic array of numbers, fill in the elements of that array by prompting the



C++
1. Lab Description For this lab, you will create a basic array of numbers, fill in the elements of that array by prompting the user for input from keyboard, then display the elements of the array back to the user, and also Display the array elements in backwards order . . Calculate the sum of all the array elements Count how many array elements are negative Find the largest array element. Similar as what you've done in previous labs, create a C++ source code called Labl0.cpp, Use the same setup for setting up your class and main method as you did in previous labs and assignments. Be sure to name yor le Lab10.cpp (again, no empty spaces and special characters are allowed, follow the naming conventions) For documentation purpose, at th e beginning of each programming lab/assignment, you must have a comment block with the following information inside: // FILENAME: Lab10.cpp // AUTHOR: your name // ASU ID: your 10 digits ASU ID /1 SPECIFICATION: short description of the program Include any necessary libraries you might use #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
