This program contains three functions:
- calculateLipsRange - calculates the range of the lips in the given row
- calculatePolkadots - calculates the number of polkadots within and outside the lips range
- computePolkadotScore - computes the polkadot score for the given art
I considered few inputs are given to the program and it will matched agains any given art and it will return the polkadot score. Here I followed finctional programming for logical seperationa of the code. Class based programming is also a good option to follow.