11. Predict the return data type of 'r' and 'n' from the snippet:
(a) int p; (b) float m;
r = pum;
n = m/3*(Math.pow(4,3));
System.out.println(r);
Sysmet.out println(n);
Answers
Answered by
1
Answer:
int p
is the answer, put the values instead of variable *p* to get results.
Similar questions