You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sprint-2/3-mandatory-interpret/2-time-format.js
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,5 @@ console.log(result);
32
32
33
33
// f) Try experimenting with different values of movieLength. Will this code work for all values of movieLength? Explain your answer
34
34
/* In this section we can only use the positive natural numbers but if we put numbers that divide by 60 without a remainder get the exact time like 10, 20 50 */
35
-
/*"Percent (%) is a way to describe the full amount of anything by imagining it split into 100 equal sections.*/
35
+
/*"Percent (%) is a way to describe the full amount of anything by imagining it split into 100 equal sections.*/
36
+
/*we take out the odd seconds before converting to minutes so that when we divide by 60 we can get the exact whole number instead of messy decimal so that*/
0 commit comments