kristianlukyan3592 kristianlukyan3592 10-01-2024 Engineering contestada double [] price = new double [] {3,2.2, 4.7, 6.1, 4} A) looking above, the value of price.Length is 5. B) with the declaration above, price [2] refers to 2.2 C) with the declaration above, price [5] generates a runtime error. All true or false?