1 00:00:01,700 --> 00:00:02,480 Hello. 2 00:00:02,480 --> 00:00:08,930 Here are some exercises on functions for you to practice the first exercise. 3 00:00:09,140 --> 00:00:17,090 You need to write a program that accepts numbers in the range of 1 200 and then you need to check whether 4 00:00:17,090 --> 00:00:21,510 this number the the number entered by the user is a prime number. 5 00:00:21,590 --> 00:00:24,580 Or not and then display a message. 6 00:00:24,610 --> 00:00:28,850 Appropriately next exercise. 7 00:00:28,850 --> 00:00:32,960 In the next exercise you need to create a calculator. 8 00:00:34,160 --> 00:00:38,780 And your program should accept three arguments from the user. 9 00:00:39,320 --> 00:00:48,670 It should accept two numbers and then an an added medic operator like addition subtraction multiplication 10 00:00:48,790 --> 00:00:53,950 and division and then your program should Brenda. 11 00:00:53,980 --> 00:01:01,340 It is a lot of the mathematical operation so the mathematical operations should be trapped inside of 12 00:01:01,340 --> 00:01:02,760 these functions. 13 00:01:04,230 --> 00:01:12,460 Next exercise in the next exercise you need to implement guessed the number game using functions. 14 00:01:12,520 --> 00:01:19,060 So here you need to write a program that generates a random number and then ask the user to guess what 15 00:01:19,060 --> 00:01:25,270 the number is if the user's guesses higher than the random number. 16 00:01:26,550 --> 00:01:28,950 You need to display that the guess is too high. 17 00:01:29,490 --> 00:01:32,560 If the users guess is lower than the random number. 18 00:01:33,180 --> 00:01:40,620 The program should display the guess is too low and the user wins of he or she guesses the number within 19 00:01:40,740 --> 00:01:46,750 three tries so go ahead and practice these exercises.