Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

to be completed in python 3. CIS 231 - Lab 9 (10 points) Due: Turn in source code printout AND upload to Canvas by start

to be completed in python 3.

image text in transcribed

CIS 231 - Lab 9 (10 points) Due: Turn in source code printout AND upload to Canvas by start of next class. Objectives: Write a program that uses lists and performs common operations upon Tasks Listed below. When finished, upload your source code to Canvas and Notes: You can work with another person on this lab. Make sure both of your them. print out a copy of your source code to turn in by the start of class. names are listed at the top of your code. One copy is sufficient for both team members Write a Python program that will do the following, in this order Count 0 while count 1. Declare an initially empty list. 2. Input 15 floats from the user and add them, in the order they are entered, to the list. 3. Output the 15 floats in their order in the list by iterating through the E Count (caunt+ list, then iterate through the list in reverse order, followed by their average (compute the sum via cod Do not create/copy/change the list (e.g. don't use .reverse()) Output the amount of values in the list that are above the average, bel function) 4. low the average, and equal to the average. (Note: do not sort the array.) Output the highest and lowest numbers input (via code not a Python library function) 5. And don't forget. All numbers need to be printed to (only) one decimal place. whie lun myhlist15 sernut Minqu t umpth list.ktundynw)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions