That’s where you’d wanna apply the ceil function.
What it does is that it t takes a number and rounds it up to the next highest whole number.
For example, if you give it the number 3.4, it will return the number 4.
That’s where you’d wanna apply the ceil function.
What it does is that it t takes a number and rounds it up to the next highest whole number.
For example, if you give it the number 3.4, it will return the number 4.