Computer Science, asked by garimasahukp, 9 months ago

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 satyamsamal113
1

Answer:

int p

is the answer, put the values instead of variable *p* to get results.

Similar questions