''' Purpose: estimate the number of jelly beans that can fit in a jar Name: Computing ID: ''' # important problem-related constant JAR_LOADING_FACTOR = 0.698 # solution