29.1k views
2 votes
What does the following code output? System.out.println((5+20 + 5)
* (10 / 10))

1 Answer

6 votes

Step-by-step explanation:

the output of your code is 30

User Meshel
by
4.5k points