Question: ACTIVITY 1 : Array Scenario: Create a C + + program, with the following function: Create an array program that will ask the user to

ACTIVITY 1: Array
Scenario:
Create a C++ program, with the following function:
Create an array program that will ask the user to enter 8 elements.
Display the original array list.
Ask the user to insert a new element at the beginning of the array
Display the updated array.
Ask the user to insert another element in the middle of the array.
Display the updated array.
Ask the user whether he/she wants to delete any odd/even element/s from the array.
Display the updated array.
Note:
Use this template and convert it to PDF before uploading your work.
Upload your work in the MS Teams folder: Activity 1.
File name: CPAS312L_Activity 1_Lastname
C ++ Code:
Screenshot of the C++ code in the IDE:
Screenshot of the output:
ACTIVITY 1 : Array Scenario: Create a C + +

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 Programming Questions!