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: