Recaip Sanli wrote:So I need to touch elements of Photograph object array, but I can't. I entered hard value of 1 to touch them there's still an error:
Album.java:17: error: bad operand types for binary operator '+'
priceResult = photos[1] + priceResult;
^
first type: Photograph
second type: double
1 error