Intro to Computer Science

Homework #6

CSV Files!


Code due by Monday, October 22nd at 11:59: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. (Note: The submission system isn't yet open. I'll update this message when it is ready.)