In the equation a = b/c if all of the variables are int and the
values are b = 28 and c = 10, what will be the value of
the variable a?

A. 2.8
B. 3
C. 2
D. This will not compile. The variable a must be declared aseither a float or a double.


C

Computer Science & Information Technology

You might also like to view...

Write an application that keeps displaying in the command window the multiples of the integer 2—namely, 2, 4, 8, 16, 32, 64, and so on. Your loop should not terminate (i.e., it should create an infinite loop). What happens when you run this program?

What will be an ideal response?

Computer Science & Information Technology

Fill in the Missing Code.

``` Trillium Media Design ```

Computer Science & Information Technology

Functions like SUM or AVERAGE aggregate an entire set of data

Indicate whether the statement is true or false

Computer Science & Information Technology

Where does the kernel store its ring buffer logs?

What will be an ideal response?

Computer Science & Information Technology