Login or Create an Account to view the mark scheme, comment, and add to a test
Given an empty array called ALTERNATES of size 50, set each element in ALTERNATES to alternate between the number 3 and the number 7 (starting with a 3 in index position 0). That is, every second element in the array should be set to 7 and every other element to 3.
[4]

Short Answer4 MarksPremium
27 Uses49 Views1 Like