Projects

Voting Simulation

A Python program receiving user input to outline an election. It utilizes the random function to choose votes and a dictionary to hold candidates. The winning candidate and percentage of votes for them is displayed.

Vote Picture
Random Walk Experiment

A Java project with a class modeling a walk with each step in a random direction and two client programs. The first simulates the number of people that will walk out of bounds given user input conditions. The second finds the number of collisions between two particles in a 2D space with hardcoded variables.

Random Walk Picture
Indentifying a Chemical Formula

A chemistry lab in which the formula for copper chloride hydrate was calculated given only the salt. A vacuum filter, scale, burner, and another reactant were used to separate and measure the masses of each molecule within the compound. A spectrophotometer was used to test the accuracy of the formula.

Chemistry Picture