Question: student id is 324043. Please help asap 2. Write a program to create a 1D array of 9 elements using your student ID, if your
2. Write a program to create a 1D array of 9 elements using your student ID, if your student ID is 6 digits, then first 6 elements of array will be individual digits of your student id and repeat the rest from beginning, until the number of elements become 9. For example if your student id is 123456 then Array = [1, 2, 3, 4, 5, 6, 1, 2, 3] or if your student id is X12345 then Array = [1, 2, 3, 4, 5, 1, 2, 3, 4]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
