Login or Create an Account to view the mark scheme, comment, and add to a test
Given an empty array of size 15 called "mySelection" and a full array of size 250 called "myArray", input a value "x" and proceed to fill "mySelection" with those values in "myArray" from index "x" onwards. If the end of "myArray" is reached, your procedure should wrap around to begin copying values from the beginning of "myArray". You should also check that the input "x" is sensible - if it is not, your procedure should not execute.
[6]

Short Answer6 MarksCommunity
13 Uses24 Views0 Likes