Search
In the code below, we have a number. If the double of the number is within the range 40 to 80, then print Large number.
On the other hand, if the double of number is within the range 0 to 40, then print Small number.