1. Start
2. Initialize variables "count" and "num" to zero
3. Take input of "num" from user
4. Check if "num" is between 0 and 100
5. If "num" is between 0 and 100, go to step 6. Otherwise, go to step 3
6. Check if "num" is greater than 50
7. If "num" is greater than 50, increment "count" by 1. Go to step 8
8. Check if "count" is less than 10
9. If "count" is less than 10, go to step 3. Otherwise, go to step 10
10. Display the value of "count"
11. End.
how to drow flowchart read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50 and display the result
1 answer