Enter the number of minutes and the number of seconds from the screen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Enter the number of minutes and the number of seconds from the screen

Enter the number of minutes and the number of seconds from the screen (2 non-negative integers). Display the time in the standard XX: YY format (if one of the numbers is single-digit, then add one zero to the left). The situation with entering a negative number, do not check in the program code

30th Oct 2020, 11:43 AM
alinaeva
alinaeva - avatar
7 Answers
+ 1
Nasif Rahman This question is simple and does not require sending a code. Sergey This code is not suitable for solving this problem alinaeva you must use DateTime or TimeSpan Public TimeSpan(int hours,int minutes,int seconds) Ex code TimeSpan duration = new TimeSpan(12, 23, 62); string output = null; output = "Time of Travel: " + duration.ToString(@"hh\:mm\:ss");
31st Oct 2020, 4:02 PM
hossein B
hossein B - avatar
0
создай код и скинь ссылку на него приблизительно как у меня)) C# It’s a dirty code. How to do clear code? Why the test 4th fail?Это грязный код. Как сделать чистый код? Почему 4-ый тест не проходит? https://code.sololearn.com/cVlh76Y5zg6n/?ref=app
30th Oct 2020, 11:59 AM
Sergey
Sergey - avatar
0
i wrote her, how you need to write your question with code and link on your code)) Without code does not need to write here
1st Nov 2020, 5:32 AM
Sergey
Sergey - avatar
0
it’s not a spam
1st Nov 2020, 5:33 AM
Sergey
Sergey - avatar
0
i showed her my code for example and all))
1st Nov 2020, 5:35 AM
Sergey
Sergey - avatar
0
First you write your language of progamming and then your question and link on your code))
1st Nov 2020, 5:38 AM
Sergey
Sergey - avatar
- 1
in chat
1st Nov 2020, 5:32 AM
Sergey
Sergey - avatar