Computer Science, asked by realanirudh64, 2 months ago

Predict the return data type of the following:
(i) int p; double q:
r p+
System.out.println(r);
(ii) float m;
P m/3*(Math.pow(4,3);
System.out.println(p);

Answers

Answered by veenasehdev3449
1

Answer:

Return data type is double.  

Explanation:

Answer

Similar questions