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

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 the last rectangle in this array to 15 by using the setheight method?
assume that an array called myrectangle has been created to hold 50

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!