double [ ] price = new double [ ] {3, 2.2, 4.7, 6.1, 4};
With the declaration above, price[0] generates a runtime error.
Select one:
OTrue
O False