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
1
Answer:
Return data type is double.
Explanation:
Answer
Similar questions