Computer Science, asked by lakshyajaiswal60, 5 hours ago

Determine the data type of the following expression ---

A] (a+b)/a*b; where a is int and b is float.

B] m3 + b; where b is int and m is double.​

Answers

Answered by firojabegum529
1

Answer:

the data type of the following: (a) Integer int. (b) Long Integer long ... int a = 10;double b = 25.5;float c = (float )(a + b)

Answered by monikajain5753
0

Answer:

A} INTEGER

B} DOUBLE

Explanation:

Similar questions