Question: 1. Create a program using ARRAY for the following steps: Step1. Declare and initialize an array with the name [arrayString]: with a values: Josh,

1. Create a program using ARRAY for the following steps: Step1. Declare

1. Create a program using ARRAY for the following steps: Step1. Declare and initialize an array with the name [arrayString]: with a values: Josh, Mon, Rufo, Alvin, Marte, make the index value to 99. Step2. Output the Rufo value coming from the array. Step3. Add another name "Lloyd" Step4. Output Lloyd Step5. Change the value of "Alvin" into "Alon" Step6. Output all the values of the array with the format: name-name-name - name 2. Store the 12 numbers in an arrayNum by using input. Then output the 12 numbers on array. Example: 4-6-7-8-9-5-3-1-22-2-33-8

Step by Step Solution

3.42 Rating (158 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The Python programs to carry out the outlined steps Program using Array of Strings Step 1 Declaratio... View full answer

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!