Login or Create an Account to view the mark scheme, comment, and add to a test
Construct pseudocode to populate a 3x4 (rows x columns) 2D array called FILTERED with as much data from a stack called NUMBERS as will fit and not attempt to write outside the bounds of the array. Fill FILTERED starting from position [0,0] and sequentially fill rows first (with no gaps between elements). Include in FILTERED only those numbers from NUMBERS which are divisible by 7.
[6]

Short Answer6 MarksPremium
40 Uses59 Views1 Like