1
00:00:00,720 --> 00:00:07,920
Welcome to coding challenge number three and it says that create a function to get random number between

2
00:00:07,920 --> 00:00:08,820
two numbers.

3
00:00:09,090 --> 00:00:13,290
The function should return a random number between the two numbers.

4
00:00:13,530 --> 00:00:17,160
The two numbers should be supplied as parameters with a function.

5
00:00:17,160 --> 00:00:21,690
Yes, we know the random number should be retained as a number.

6
00:00:21,690 --> 00:00:22,830
Yes, we know.

7
00:00:23,070 --> 00:00:27,330
And lastly, round the random number to the nearest whole number.

8
00:00:27,660 --> 00:00:30,540
Okay, guys, good luck.

