Write a function that takes a $year and returns its corresponding century.
$year
centuryFromYear(2005) ➞ 21 centuryFromYear(1950) ➞ 20 centuryFromYear(1900) ➞ 19
For guidance on the year boundaries for each century: