Question: 1. Write a program (ArrayManipTesterString) to a. Declare an array of string called SudentName to store 10 student names; b. Assign values to the array
1. Write a program (ArrayManipTesterString) to a. Declare an array of string called SudentName to store 10 student names; b. Assign values to the array as shown in the table below IndexValue 0 Abiodun 1 Kyle 2 Prisca 3 Harold 4 Bede 5 Eaujenae 6 Jaquita 7 Joyann 8 Gursimran 9 Demetrus 10 Jada 11 Levi 12 Muhammad 13 Louis C. Display all the elements of the array. d. Interchange the elements in index 0 and 9 e. Display the elements in index 0 and 9. f. Display the size of the array Count the number of students whose name starts with
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
