Print the average of the five numbers flowchart
Print the average of the five numbers flowchart Question Write a flowgorithm program that will take 5 numbers from the user using a loop and print the average of the five numbers Answer Create/Declare variables: Follow the instructions to create variables in the flowchart. num i sum average num: to store the user input […]