Question: Reset Complete the PrintArray function to iterate over each element in userList. Each iteration should put the element to output. Then, put '7 to output

Reset Complete the PrintArray function to iterate over each element in userList. Each iteration should put the element to output. Then, put '7" to output Ex: If userList's elements are 2 47, then output is: 1 Function PrintArray(integer array(?) userList) returns nothing Variables integer 1 Not shown when editing 4 Your solution goes here. Modify as needed 7 Function Main() returns nothing 8 integer array (3) userNums 9 integer i 10 11 12 13 14 PrintArray (userNums) for 1-0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
