Hello, I'm very new to Kotlin and was wondering if it was possible to make a variable to only fit its string value on a restricted interval. I want to make the user input an hour and if the value of int goes above 24 it displays "Number not valid". Any inputs on this?