NBA Awards

C# using
StreamReaders


Check it out on Github!

Project Description

Outputs a series of awards that are defined by using the data of a .csv file

Project Highlights

The main purpose of this project was to understand how to utilize data from an external source. I used StreamReaders to read in a .csv file to then determine award recipients for a multitude of categories. The following code snippet shows a StreamReader being used to read in each line of data to apply to certain award prerequisites.