Create a function that takes in a year and returns the correct century.
Century(1756) ➞ "18th century" Century(1555) ➞ "16th century" Century(1000) ➞ "10th century" Century(1001) ➞ "11th century" Century(2005) ➞ "21st century"
1000
2010