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
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
0
Answer:
A} INTEGER
B} DOUBLE
Explanation:
Similar questions
Hindi,
1 month ago
Economy,
1 month ago
Social Sciences,
1 month ago
Geography,
10 months ago
Hindi,
10 months ago