Which QQQ and ZZZ
correctly complete the code to find the maximum score?
int[] scores = {43, 24, 58, 92, 60, 72};
int maxScore = scores[0]; // Assuming the first element as the max initially
for (QQQ) {
if (num > maxScore) {
ZZZ;
}
}