Posts by Gabriel Luiz • 41 points
1 post
-
2
votes3
answers279
viewsQ: Is there any way to replace these ifs?
if(inputUsuario >= 16.15 && inputUsuario < 16.20){ inputUsuario = 16.20; } if(inputUsuario >= 16.00 && inputUsuario < 16.15){ inputUsuario = 16.15; } if(inputUsuario…