Programming (11th Grade)
Basic Operations
What is the output of the following code: print(5 + 3 * 2)?
16
11
10
8