0
Before control flow lesson
A day has 24 hours you need to find how many hours in a day each hour has 60 minutes just fill in the blanks int result hours and minutes and system.outprintln
1 Respuesta
+ 1
Christian Francis ,
in this exercise we have to multiply the 2 given values (`hours` = 24, and `minutes` = 60). the result of this operation will be stored in the variable `result`.
in the final step the `result` variable has to be output by using the print function.



