How to print true/false next to each array integer if it matches the averaged output?

So, I’m trying to finish this blueprint exercise and all that’s left to do is print each number of my array (MidtermArray) and have it say “True” or “False” next to each one, with “True” only showing up if a number in the array matches the average of the array.

I’ve been trying at this part for a while, but I can’t seem to figure out how to nail what I want without getting a compiler error. Does anyone think they can help?

Here’s what I have so far:


1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.