Skip to content

Instantly share code, notes, and snippets.

@connlark
connlark / BowlingScore.java
Created April 11, 2016 15:39
lot of dirty code I dont care enough to fix.
/**
* Created by Connor on 3/30/16.
*/
public class BowlingScore implements Comparable<BowlingScore>
{
private String bowler;
private String rolls[]; //each pair of rolls is a frame
/**
* Constructor for objects of class BowlingScore