Hi, I'm new to the board and to C++!

I am trying to design a program that will basically read in 8 numbers and then indicate whether any of them were larger than 50 or smaller than 10.

I need to write the program so that it reads in 8 numbers and echoes them to the screen using a loop.
Then I need to add two flags, one to detect if the numbers are larger than 50 and one to detect if the numbers are larger than 10.

I've been trying to understand loops for about 3 hours and I'm having an extremely hard time grasping it.

Any suggestions would be greatly appreciated!