translate code into the equivalent select case statement and why!
if num1=3 then
num2=5
elseif num1=10 then
num2=6
elseif num1>=15 and num1 <=20 then
num2=8
elseif num1>25 then
num2 =10
else num2=30
end if