What are the answers for the following?

answer = (9 + 7) / 4 * 2 - 5
answer = 6 * 3 / 9 - (17%5)
answer = (4 + 5) - (2 + 3) * 4


3; 0; -11

Computer Science & Information Technology

You might also like to view...

Suppose a method p has the following heading:

``` public static int[] p() ``` What return statement may be used in p()? a. return 1; b. return {1, 2, 3}; c. return int[]{1, 2, 3}; d. return new int[]{1, 2, 3};

Computer Science & Information Technology

Word shades selected fields ____ on the screen.

A. blue B. gray C. green D. tan

Computer Science & Information Technology

At the bottom of the editing area are ____ (do in order, count, while, forĀ each in, if, and so on) that can be used to build Alice statements.

A. tools B. navigators C. variables D. controls

Computer Science & Information Technology

__________ addressing refers to a memory location and is expressed as a displacement from the DS segment register.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology