+ 1
write an expression that calculate number of minutes in a day using java
pls I need it urgently thank you
14 Antworten
+ 2
You have the answer.
60 * 24 = 1440 minutes.
+ 1
Onabanjo Ayoola Olamilekan
This is all you had to do.
https://code.sololearn.com/ceuLbH2UZ8tk/?ref=app
+ 1
Onabanjo Ayoola Olamilekan
You're welcome.
0
Onabanjo Ayoola Olamilekan
How many minutes are there in 1 hour?
0
60 minutes
0
How many hours are there in one day?
0
24 hours
0
OK thank you.. is that how I will write it in Java program
0
Take int variable for both 'minutesPerHour' and 'hoursPerDay'. Then just multiply them to get the result.
0
Pls don't be angry I don't know how to start it
0
thank you so much I appreciate your time
0
Calculate the total number of minutes in c program
0
You need to find how many minutes there are in a day.
0
write an expression that calculate number of minutes in a day using java