1.

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);

Answer»

ANSWER:

RETURN DATA type is DOUBLE.  

Explanation:

Answer



Discussion

No Comment Found