This topic contains a solution. Click here to go to the answer

Author Question: What is the output of the following code?double[] myList = {1, 5, 5, 5, 5, 1};double max = ... (Read 41 times)

acc299

  • Hero Member
  • *****
  • Posts: 569

Question 1

Which of the following declarations are correct?
◦ int[] list = new int[]{1, 2, 3, 4};
◦ int[4] list = new int{1, 2, 3, 4};
◦ int[] list = {1, 2, 3, 4};
◦ int[] list = new int{1, 2, 3, 4};

Question 2

What is the output of the following code?

double[] myList = {1, 5, 5, 5, 5, 1};
double max = myList[0];
int indexOfMax = 0;
for (int i = 1; i < myList.length; i++) {
if (myList[i] >= max) {
max = myList[i];
indexOfMax = i;
}
}
System.out.println(indexOfMax);

◦ 0
◦ 1
◦ 2
◦ 3
◦ 4


Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by acc299 on May 6, 2020

wshriver

  • Sr. Member
  • ****
  • Posts: 318
Lorsum iprem. Lorsus sur ipci. Lorsem sur iprem. Lorsum sur ipdi, lorsem sur ipci. Lorsum sur iprium, valum sur ipci et, vala sur ipci. Lorsem sur ipci, lorsa sur iprem. Valus sur ipdi. Lorsus sur iprium nunc, valem sur iprium. Valem sur ipdi. Lorsa sur iprium. Lorsum sur iprium. Valem sur ipdi. Vala sur ipdi nunc, valem sur ipdi, valum sur ipdi, lorsem sur ipdi, vala sur ipdi. Valem sur iprem nunc, lorsa sur iprium. Valum sur ipdi et, lorsus sur ipci. Valem sur iprem. Valem sur ipci. Lorsa sur iprium. Lorsem sur ipci, valus sur iprem. Lorsem sur iprem nunc, valus sur iprium.
Answer Preview
Only 39% of students answer this correctly




acc299

  • Member
  • Posts: 569
Reply 2 on: May 6, 2020
YES! Correct, THANKS for helping me on my review


T4T

  • Member
  • Posts: 348
Reply 3 on: Yesterday
Excellent

 

Did you know?

Patients should never assume they are being given the appropriate drugs. They should make sure they know which drugs are being prescribed, and always double-check that the drugs received match the prescription.

Did you know?

Approximately 25% of all reported medication errors result from some kind of name confusion.

Did you know?

Nearly 31 million adults in America have a total cholesterol level that is more than 240 mg per dL.

Did you know?

The word drug comes from the Dutch word droog (meaning "dry"). For centuries, most drugs came from dried plants, hence the name.

Did you know?

Illness; diuretics; laxative abuse; hot weather; exercise; sweating; caffeine; alcoholic beverages; starvation diets; inadequate carbohydrate consumption; and diets high in protein, salt, or fiber can cause people to become dehydrated.

For a complete list of videos, visit our video library