Question: assume that an array called myrectangle has been created to hold 50 rectangle objects. which one the following imstructions below correctly sets the height of
Select one: A. myRectangles.length = setHeight(15); B. myRectangles [49]= setHeight(15): C. myRectangles[49].setHeight(15): D. myRectangles[50].setHeight(15): E. myRectangles[15].setHeight(50)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
