help please
Soultion by computer program:
for (0 <= a <= 9)
for (0 <= b <= 9)
n = 4a5b32
if n % 66 = 0 output a + b
Output a + b = 5
a = 1 and b = 9
a + b = 1 + 9 = 10