This project asks for a number, then calculates how many prime numbers there are between 1 and that number. For example, if the user enters '12', it will say there are '5' prime numbers between 1 and 12 (being 2,3,5,7,11)