1

int a = 1, b = 0 , c = -1;

int d = –a + –b + c–;

System.out.println(d);

  • -1

  • -2

  • -3

  • 2