Write a function that takes two integers (hours, minutes), converts them to seconds, and adds them.
hours
minutes
Convert(1, 3) ➞ 3780 Convert(2, 0) ➞ 7200 Convert(0, 0) ➞ 0
return