CSC 161 Fall 2024 - Homework 10 (10 pts. total)
Assigned Mon Nov 4, due Mon Nov 11
I. Answer the following questions from the Fundamentals of Python
Programming text (available on Moodle) in a single Microsoft Word file.
Submit on Moodle using the filename hw10-LastName.doc (where LastName
is replaced by your last name):
[3 pts.] Read Chapter 1.
Then, answer questions 3, 4, and 10 on page 12.
[3 pts.] Read
Chapter 2. Then, answer questions 5, 15, and 16 on pages 41-42.
II. Answer the following question from the Fundamentals of
Python Programming text (available on Moodle) in a Python Editor file.
To receive any credit for this question, the filename & your first
and last name must appear as comments at the top of the file. Submit
on Moodle using the filename hw10-AtoF-LastName.py (where LastName is
replaced by your last name):
[2 pts. ] Page 42 #17 (Make
sure to Run it to make sure you get the expected output in the Shell
window)
III. Answer the following question in a Python
Editor file. To receive any credit for this question, the filename &
your first and last name must appear as comments at the top of the
file. Submit on Moodle using the filename hw10-avg3-LastName.py
(where LastName is replaced by your last name):
[2 pts.]
Modify the average2 program written in class to find the average of 3
numbers.
Last Modified: 10/30/24