Question: ACTIVITY 1 : Array Scenario: Create a C + + program, with the following function: Create an array program that will ask the user to
ACTIVITY : Array
Scenario:
Create a program, with the following function:
Create an array program that will ask the user to enter 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 heshe wants to delete any oddeven elements 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
File name: CPASLActivity Lastname
C Code:
Screenshot of the C code in the IDE:
Screenshot of the output:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
