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

9th Nov 2025, 2:00 PM
Christian Francis
Christian Francis - avatar
1 ответ
+ 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.
9th Nov 2025, 2:58 PM
Lothar
Lothar - avatar