Let’s practice our newly learned postal code validation technique!
Calculate the percentage of US users with a valid postal code. Round the final percentage to an integer number, for example, 18.
Extra points: don’t go back to the previous lesson to get a regex for the US postal code validation. Write it from scratch: you need to match 5 digits 12345 and 9 digits codes 12345-6789.