Saved Bookmarks
| 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» Explanation: Answer |
|