Count to Limit

Write a program that counts up to a limit, however the user will pick the limit.

It should get the limit from the user using the input instruction, then it should count up to that value.