1

Predict the output ?
int a=8,b=4,c=2,d=1,e=5,f=20
System.out.println(a + b – (c + d) * 3 % e + f/9);

  • 8

  • 5

  • 10

  • 6