1# Convert Hours & Minutes Into Seconds | Scratch Coding Practices & challenging Tasks
https://www.youtube.com/watc...Convert Minutes into Seconds
Write a code that takes an integer minutes and converts it to seconds.
Examples
convert(5) ➞ 300
convert(3) ➞ 180
convert(2) ➞ 120
Convert Hours into Seconds...
Home
/
Indie Game Developers/
Block Programming/
1# Convert Hours & Minutes Into Seconds | Scratch Coding Practices & challenging Tasks