A successful submission for this project will achieve the following:
1. Ask the user to choose a survey data file (found in the files section of our course page), read the data, and store the information in a Python data structure (10 pts)
2. Ask the user to choose from a list of three out of the five voting methods described below (the user input can be a number, a letter, a word, etc.) (5 pts)
3. Run an implementation of the chosen voting system with the chosen data and tally the total scores (75 pts total, 25 pts each method)
4. Select a winner or declare a draw (5 pts)
5. Inform the user of the results, including total votes and winner (5 pts)
6. As an extra-credit opportunity, you can choose to implement all five of the methods described below instead of just three (10 pts each method for a total of 20 extra points)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme