Question: please follow the instruction given Spring 2020 - Programming Fundamentals II (COSC-1437-OLW) Compile and execute the program making sure that all syntax and logic errors

 please follow the instruction given Spring 2020 - Programming Fundamentals II
(COSC-1437-OLW) Compile and execute the program making sure that all syntax and
logic errors are removed. Name the CPP file LastNameFirstInitial.cpp. For example, I
please follow the instruction given

Spring 2020 - Programming Fundamentals II (COSC-1437-OLW) Compile and execute the program making sure that all syntax and logic errors are removed. Name the CPP file LastNameFirstInitial.cpp. For example, I would name my file LeeD.cpp. Upload a file for this assignment. Explain your program appropriately using comments (/**/, //) inside the CPP file. 1 V. COSC 1437 3 Your Name 5 Lab @ 7 User will enter 5 numbers and the program will display the 5 numbers, the sum, and average of the five numbers user enters 5 numbers in the range of -32768 to 32767 #include // required header file for input/output 17 using namespace std; int main() 22 1/ necessary statements to implement the logic go here short numi, num2, num3, nun, nums, sun, avg) cout > numi >> num2; cin >> num3 >> num4 >> num; sum numinum2 num3enundnum; Labo (3).cpp 17 using namespace std; 19 20 22 int main() { // necessary statements to implement the logic go here short numl, num2, num3, nund, num, sum, avg; cout > num1 >> num2; cin >> num3 >> nums >> num; sum- numinum2 num 3.numd num; the integer average is "

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!