Create a function that returns the number of frames shown in a given number of minutes for a certain FPS.
Frames(1, 1) ➞ 60
Frames(10, 1) ➞ 600
Frames(10, 25) ➞ 15000FPS stands for "frames per second" and it's the number of frames a computer screen shows every second.