python 2

k_931

Numbers Program

Submit the Program that :

  • summed the list of numbers (5 numbers),
  • find the lowest number  (5 numbers)
  •  find the largest number (5 numbers)
  •  find the average of all numbers entered (5 numbers)
  • Print out all  total, min, max and average.

*** This program must contain a loop,  if statements and no python predefined functions.

*** You are going to create and upload (3 files)

  • The logic for this program using a flowchart - 20 points.
  • Create on version of the program using a "for loop" - 40 points.
  • Create another version of the program using a "while loop" -40 points.
    • 7 years ago
    • 20
    Answer(1)

    Purchase the answer to view it

    NOT RATED
    • python_operations.py
    • FlowChart.pdf