Posts by Ekeko • 146 points
1 post
-
3
votes1
answer198
viewsA: Calculate difference between two schedules
The line of code in question could have been clearer if it had been written like this: duracao = (24 * 60 + instanteFinal) - instanteInicial; Note that it is totally equivalent to what was written…