3 of 10 Question 3. oday's high ear record Time Left: 00:05: What will be the output of the pseudocode? ... Initialize c = 0,n = 0 and temp = n. Repeat until (temp != 0) a = temp % 10 //remainder c = c + (a*a* a) temp = temp/ 10 if (c == n) Display "Armstrong number" Else Display "Not an Armstrong number" ◇ Compiler Error Not an Armstrong number Armstrong number Q Search Review & Submit ​