+ 31
[Assignment]TIM'S STOPWATCH
Description :- Tim is a boy who loves to run daily. He have a UNIQUE STOPWATCH which only tells Time in Minutes. Tim wants to know how many Hours , he run if the the clock time was in(n) minutes. Task:- 1. You have to create a program which would convert the minutes in hr:min til the Timer Starts . 2. Plus, you have find the sum of the numbers present in hr:min. Example 1. minutes(n) Input = 666 Output HR:Min = 11:06 The Sum of Digits = 8 (because 1+1+0+6) https://code.sololearn.com/cM1U5DnKtZtY/#rb Happy Coding Post your Answers
26 Answers
+ 23
https://code.sololearn.com/cLEb1Xy16uvx/?ref=app
+ 22
Here's in C:
https://code.sololearn.com/c9nz25yVqkg7/#c
+ 16
my try
plz report if bugs
https://code.sololearn.com/csrXnKKfbOfa/?ref=app
+ 13
https://code.sololearn.com/c4H3NMpL134y/?ref=app
+ 11
My stopwatch with Python ;)
https://code.sololearn.com/cX0k9LdmYEa1/?ref=app
+ 11
TRY MINE Please.
https://code.sololearn.com/WB1nXr98RN1k/?ref=app
+ 10
+ 9
https://code.sololearn.com/cADdrhAVBeux/?ref=app
+ 8
little help to Tim from my side..😀😀😁
https://code.sololearn.com/cdicY5Ctj9Pg/?ref=app
+ 7
Functionally a oneliner, otherwise 2:
https://code.sololearn.com/cImq8UKBQqn7/?ref=app
+ 7
attempt from me in c++::::::
https://code.sololearn.com/czD2mlv2jqzo/?ref=app
+ 6
https://code.sololearn.com/WUdyI041xFE6/?ref=app
+ 5
Here is my try :-
https://code.sololearn.com/c2Y5SO402z9L/?ref=app
+ 5
+ 5
My solution in c#
https://code.sololearn.com/c04zD2EQeCLv/?ref=app
+ 5
Here's my try
https://code.sololearn.com/cY4MJOylQ76z/?ref=app
+ 5
+ 3
it is my c program
if any mistakes
comment it
https://code.sololearn.com/cLRI9J8JMexT/?ref=app
+ 2
https://code.sololearn.com/c76jW755sDfr/?ref=app