Skip to content

This is a Java program that takes raw voting data and displays election results after processing the data to eliminate any invalid votes. I developed the file-reading system and helped debug the code.

Notifications You must be signed in to change notification settings

6MB11/MEC2021-Voting-Filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEC2021-Voting-Filter

This is a java program that takes raw voting data and displays election results after processing the data to eliminate any invalid votes.

To run the final program,

  1. Download the project as a .zip file
  2. Open the /dist folder
  3. Run the MECProgramming.jar application

If the steps above do not work, the java file in the /src directory can also be run using the "java UserInterface.java" command in the terminal The project can also be loaded into NetBeans and the UserInterface.java file can also be run from there

The program was written entirely in Java using the Netbeans IDE.

About

This is a Java program that takes raw voting data and displays election results after processing the data to eliminate any invalid votes. I developed the file-reading system and helped debug the code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%