Intro to Computer Science

Homework #6

CSV Files!


Code due by Friday, March 15th at 11:59:59pm

Late code may be submitted over Spring Break for 20% penalty, must be submitted no later than 3/25 at 11:59pm


Introduction

My friend is a really big geography buff. He loves statistics about the various states and countries. Recently we were having an interesting discussion about which states were the most and least populous by size. That got us interested in calculating various popluation densities. For this assignment you will write the code to answer this question.


Specifics

In a file called: hw06.py

Create a program that should:

Hint: You may want to open the csv files with notepad or textedit to make sure things are right (e.g. you have commas where you need them, the data goes on multiple rows, etc.).


Final Submission

Use the program submission system to upload your code.