How can I write a loop that counts only the odd numbers out of the first five numbers entered from the keyboard, but skips the number 7 inside the loop?
You give no code of your own so that I see where and how you store the numbers you read.
So I guess I'll just show you how I'd do it. No loops are needed for the actual check.