Update the time taken for zebraZirly for each of the following behaviors, using the updateTimeTakenForBehavior below
Multiple Choice:
Update the time taken for zebraZirly for each of the following behaviors, using the updateTimeTakenForBehavior below
- A behavior named "Eat 1 pound of bark": 22
public void updateTimeTakenForBehavior(String behaviorName, int timeToComplete) {
for(int i = 0; i < this.behaviorList.length; i++) {
Behavior tempBehavior = this.behaviorList[i];
if( tempBehavior.getBehaviorName().equals(behaviorName)) {
tempBehavior.setTimeToComplete(timeToComplete);
}
}
Choose one of the following from the above choices (A, B, C or D within the code).
//A
zebraZirly.updateTimeTakenForBehavior(22, "Eat 1 pound of bark");
// B
zebraZirly.updateTimeTakenForBehavior("Eat 1 pound of bark", 22);
// C
zebraZirly.updateTimeTakenForBehavior("Eat 1 pound of bark");
zebraZirly.setTime(22);
// D
zebraZirly.updateTimeTakenForBehavior(22);
zebraZirly.setBehavior("Eat 1 pound of bark");
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 2 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Computer Networking: A Top-Down Approach (7th Edi…](https://www.bartleby.com/isbn_cover_images/9780133594140/9780133594140_smallCoverImage.gif)
![Computer Organization and Design MIPS Edition, Fi…](https://www.bartleby.com/isbn_cover_images/9780124077263/9780124077263_smallCoverImage.gif)
![Network+ Guide to Networks (MindTap Course List)](https://www.bartleby.com/isbn_cover_images/9781337569330/9781337569330_smallCoverImage.gif)
![Concepts of Database Management](https://www.bartleby.com/isbn_cover_images/9781337093422/9781337093422_smallCoverImage.gif)
![Prelude to Programming](https://www.bartleby.com/isbn_cover_images/9780133750423/9780133750423_smallCoverImage.jpg)
![Sc Business Data Communications and Networking, T…](https://www.bartleby.com/isbn_cover_images/9781119368830/9781119368830_smallCoverImage.gif)