Saved Bookmarks
| 1. |
Predict the output double[]Qty = {346, 142, 103, 26.5, 387.5}; System.out.println(Qty[3]); |
|
Answer» Correct answer is 103. |
|