Question: How do I code this using Coral Language? Jump to level 1 Complete the PrintArray function to iterate over each element in userVals. Each iteration
How do I code this using Coral Language?
Jump to level
Complete the PrintArray function to iterate over each element in userVals. Each iteration should put the element to output. Then,
put to output.
Ex: If userVals's elements are then output is:
Function PrintArrayinteger array userVals returns Variables
integer i
Your solution goes here. Modify as needed
i
Function Main returns nothing
integer array userNums
integer i
for i ; i userNums.size; i i
userNumsi Get next input
PrintArrayuserNums
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
