Login or Create an Account to view the mark scheme, comment, and add to a test
(a).
Given a short array of integers of length 2 called myShortArray, write pseudocode to determine and output the biggest and second biggest number.
[3]
(b).
Given an array of integers of length 5 called myLongerArray, write pseudocode to determine and output the biggest number it contains.
[3]
(c).
Given an array of integers of length 7 called myArray, write pseudocode to output the sum of the two biggest integers it contains. The algorithm should handle both negatives values and repeated values.
[5]

Extended Response11 MarksCommunity
46 Uses78 Views2 Likes