98.8k views
4 votes
Which subexpression will be solved first in the given. statement?

System.out.println(12/3
-(7+5) +10/2 %4);
A. 12/3
B. 10/2
C. 2%4
D. (7+5)

Which subexpression will be solved first in the given. statement? System.out.println-example-1
User Meron
by
7.6k points

1 Answer

4 votes

Answer:

d

Step-by-step explanation:

User Josh Tilles
by
7.7k points