1. Start the program
2. Set up a counter variable to keep track of the number of integers that are larger than 50
3. Set up a variable to keep track of the sum of the integers
4. Set up a loop to read 10 integers from the keyboard
5. For each integer read, check if it is within the range of 0 to 100
6. If the integer is not within the range, prompt the user to enter an integer within the range
7. If the integer is within the range, check if it is larger than 50
8. If the integer is larger than 50, increment the counter variable
9. Add the integer to the sum variable
10. After reading all 10 integers, display the number of integers that are larger than 50 and the sum of all the integers
11. End the program
Here is the Python implementation of the algorithm:
counter = 0
sum = 0
for i in range(10):
num = int(input("Enter an integer between 0 and 100: "))
while num < 0 or num > 100:
num = int(input("Number not within range. Enter an integer between 0 and 100: "))
if num > 50:
counter += 1
sum += num
print("Number of integers larger than 50:", counter)
print("Sum of all integers:", sum)
how to develop an algorithm of read10 integer from the keyboard inthe range of 0up to 100 and how many the are larger than 50 and display the sum
5 answers
how-to-write-flowchart-read-10-integer-from-the-key-board-in-the-range-0-up-to-100-and-count-how-many-them-are-largest-than-50--and-display-the-result
Here is a possible flowchart for this algorithm:

Note that the flowchart assumes that the user knows how to input integers and that the input is valid (i.e., an integer between 0 and 100). If the input is not valid, the program should prompt the user to enter a valid input before continuing with the loop.
Also note that the flowchart uses a decision symbol to check if each integer is larger than 50, and an accumulation symbol to keep track of the counter and sum variables. Finally, the flowchart displays the counter and sum variables after the loop is completed.

Note that the flowchart assumes that the user knows how to input integers and that the input is valid (i.e., an integer between 0 and 100). If the input is not valid, the program should prompt the user to enter a valid input before continuing with the loop.
Also note that the flowchart uses a decision symbol to check if each integer is larger than 50, and an accumulation symbol to keep track of the counter and sum variables. Finally, the flowchart displays the counter and sum variables after the loop is completed.
how-to-drow-flowchart-read-10-integer-from-the-key-board-in-the-range-0-up-to-100-and-count-how-many-them-are-largest-than-50--and-display-the-result
Here is a basic flowchart for the algorithm:

Note that the flowchart assumes that the user knows how to input integers and that the input is valid (i.e., an integer between 0 and 100). If the input is not valid, the program should prompt the user to enter a valid input before continuing with the loop.
Also note that the flowchart uses a decision symbol to check if each integer is larger than 50, and an accumulation symbol to keep track of the counter and sum variables. Finally, the flowchart displays the counter and sum variables after the loop is completed.

Note that the flowchart assumes that the user knows how to input integers and that the input is valid (i.e., an integer between 0 and 100). If the input is not valid, the program should prompt the user to enter a valid input before continuing with the loop.
Also note that the flowchart uses a decision symbol to check if each integer is larger than 50, and an accumulation symbol to keep track of the counter and sum variables. Finally, the flowchart displays the counter and sum variables after the loop is completed.