0
Before control flow lesson solved
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 Hours *minutes System.outprintln(result)
5 Risposte
+ 2
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.
+ 1
Lothar Sir, oh, I see.
Thank you for letting me know.
0
Christian Francis, what is ypur question?
Are you unable to understand the question? In that case, Lothar Sir has provided quite a lucid explanation for the same.
If you are having trouble with the code, kindly share your attempt with us.
If we do it for you then you won't learn much, but there are people who are here to help you and give appropriate suggestions and/or hints.
This question is just basic mathematics.
Are you familiar with the unitary method?
I am pretty sure the answer is 1440.
I hope you will be able to solve this yourself.
Thank you.
0
Ushasi Bhattacharya ,
the code can not be shared, because we should just fill the blanks for this exercise. there will also intentionally no output be shown.
0
I did it finally



