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

Author Question: What is y displayed in the following code?public class Test1 { public static void main(String[] ... (Read 82 times)

folubunmi

  • Hero Member
  • *****
  • Posts: 524
What is y displayed in the following code?

public class Test1 {
public static void main(String[] args) {
int x = 1;
int y = x = x + 1;
System.out.println("y is " + y);
}
}

◦ y is 0.
◦ y is 2 because x + 1 is assigned to x and then x is assigned to y.
◦ The program has a compile error since x is redeclared in the statement int y = x = x + 1.
◦ y is 1 because x is assigned to y first.


Related Topics

Need homework help now?

Ask unlimited questions for free

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

Loise Hard

  • Sr. Member
  • ****
  • Posts: 340
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




folubunmi

  • Member
  • Posts: 524
Reply 2 on: May 6, 2020
Wow, this really help


amandalm

  • Member
  • Posts: 306
Reply 3 on: Yesterday
:D TYSM

 

Did you know?

Everyone has one nostril that is larger than the other.

Did you know?

As of mid-2016, 18.2 million people were receiving advanced retroviral therapy (ART) worldwide. This represents between 43–50% of the 34–39.8 million people living with HIV.

Did you know?

The strongest synthetic topical retinoid drug available, tazarotene, is used to treat sun-damaged skin, acne, and psoriasis.

Did you know?

Eating food that has been cooked with poppy seeds may cause you to fail a drug screening test, because the seeds contain enough opiate alkaloids to register as a positive.

Did you know?

The modern decimal position system was the invention of the Hindus (around 800 AD), involving the placing of numerals to indicate their value (units, tens, hundreds, and so on).

For a complete list of videos, visit our video library