subject

11. given the following class import java. util. arraylist; public class rectangletester { public static void main(string[ ] args) { arraylist< rectangle > shapes = new arraylist< rectangle > (); shapes. add(new rectangle(1, 1)); shapes. add(new rectangle(2, 2)); shapes. add(new rectangle(3, 3)); shapes. add(new rectangle(4, 4)); rectangle datarecord; for(int index = 0; index < shapes. size(); index++) { datarecord = shapes. get(index); datarecord. calcrectarea(); datarecord. calcrectperimeter(); system. out. println(area = + datarecord.; system. out. println(perimeter = + datarecord.; } } } assume that getarea() returns the area of a rectangle and getrectperimeter() returns the perimeter of a rectangle. what will print when index = 3? (3 points) question 11 options: 1) area = 9 perimeter = 12 2) area = 4 perimeter = 8 3) area = 16 perimeter = 16 4) area = 25 perimeter = 20 5) area = 1 perimeter = 4

ansver
Answers: 1

Other questions on the subject: Advanced Placement (AP)

image
Advanced Placement (AP), 23.06.2019 02:00, ColungaRosemary
Which of the following refers to treating all patients or first aid victims as a potential source of bloodborne pathogens by taking all precautions to prevent contamination?
Answers: 2
image
Advanced Placement (AP), 23.06.2019 14:40, dbenitezmontoya3
Do you want free points and brainliest? answer this correctly and i got you : ) when scanning the road, glance away from the road ahead for a. at least one second b. no more than one second c. at least two seconds d. no more than two seconds
Answers: 2
image
Advanced Placement (AP), 24.06.2019 15:00, ltuthill
Ineed sociology ! 4. are the nacirema from over 60 years ago (1956, when the article was published) largely the same or different from the nacirema of today, with respect to their views of the body and illness? 5. why don’t we recognize right away that miner is talking about “americans”? using miner’s approach, briefly describe a common activity of your choosing, using a perspective of unfamiliarity (e. g., people at a football game, a formal school dance, a concert). article is attached.
Answers: 2
image
Advanced Placement (AP), 24.06.2019 21:00, biggasi
Exaggerated clams about a product appeared in advertising and on the product packages what are some examples of false promises made in marketing
Answers: 1
You know the right answer?
11. given the following class import java. util. arraylist; public class rectangletester { public s...

Questions in other subjects: