public class BowlingGameCalculator { public int score(String playerResult) { return 0; } }