Respuesta :

Answer:

Data type means type of a data.

Double represents a type of data type which represents fractional numbers with decimal point

So here x= 22.9 and y = 9.8 both are fraction number , so these are double data type

so If we divide x= 22.9 by y= 9.8 we can get

(x/y) = 22.9 / 9.8

(x/y) = 2.33

Which is also a double data type , so here (x/y) will be double 2.33

Know more about “double data type” here: https://brainly.com/question/28316546

#SPJ4

We get the data type value of the expression (x / y) as double data type.

Double in a data type means a type of data which represents fractional numbers with decimal point. For example: 2.12 or 4.15

We are given that:

x= 22.9 and y = 9.8.

We can see that both are the fraction numbers.

So, these are the examples of double data type

Now, we divide x= 22.9 by y= 9.8, we can get that:

(x / y) = 22.9 / 9.8

(x / y) = 2.33

which is also an example of double data type.

Therefore, we get the data type value of the expression (x / y) as double data type.

Learn more about “double data type” here:

brainly.com/question/28316546

#SPJ4