1 00:00:00,120 --> 00:00:04,740 This is an exercise on the data type numbers. 2 00:00:04,740 --> 00:00:11,640 The first question in the first question you need to determine the data type of this expression 3 00:00:14,070 --> 00:00:22,070 and in the second question you need to display the DL of the below expression. 4 00:00:22,070 --> 00:00:25,820 So in the first question we are using float division. 5 00:00:25,820 --> 00:00:30,200 The second one we are using true division to divide 7 by two. 6 00:00:30,410 --> 00:00:39,440 And in the third question we are using modulo operator which produces the remainder from the division 7 00:00:40,780 --> 00:00:44,160 next data type conversion. 8 00:00:44,980 --> 00:00:55,550 So in the first question here you need to convert the string three which is in courtyard to a floating 9 00:00:55,550 --> 00:01:04,790 point number so you can use the invert function to convert the string to a floating point number. 10 00:01:06,150 --> 00:01:11,220 And in the second question you need to convert the floating point number to an integer. 11 00:01:13,670 --> 00:01:23,960 Next the fourth question is also on data type conversion and you need to add these strings here. 12 00:01:24,110 --> 00:01:33,050 A and B in order to produce the result integer value 15 next. 13 00:01:33,370 --> 00:01:43,630 The next question is on assignment operators and you need to display the result of these expressions 14 00:01:43,630 --> 00:01:44,180 here. 15 00:01:44,440 --> 00:01:48,700 So please go ahead and start working on this exercise. 16 00:01:48,700 --> 00:01:49,120 Good luck.