float m;
p=m/3*( math.pow ( 4,3);
Answers
Answered by
0
Answer:
m/3*(Math.pow(4,3))
⇒ float / int * double
[∵Math.pow returns double]
⇒ float * double
⇒ double
So the return data type of this expression is double.
Similar questions
English,
1 month ago
Biology,
1 month ago
Chemistry,
10 months ago
Math,
10 months ago
Social Sciences,
10 months ago