I need to round the user input up to the next 30, for example if the number entered was 27 I would need the output to be 30. or if they entered 33 the output would need to be 60. I don't even know where to start with this.
like this:
15-->30
1-->30
35-->60
56-->60
61-->90
43-->60
and so on with any input.
thank you for the help