What is the value of i after the following statements?

```
i = 2;
i += 25;
```

a) 25
b) 27
c) 50
d) 52


b) 27

Computer Science & Information Technology

You might also like to view...

The ___________ keeps a directory of all external files associated with your computer.

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

Computer Science & Information Technology

The Date function is commonly used as a default value for a date field

Indicate whether the statement is true or false

Computer Science & Information Technology

The keyboard short-cut to Copy a graphic is

A) Ctrl+X. B) Ctrl+Z. C) Ctrl+C. D) Ctrl+V.

Computer Science & Information Technology

Which of the following numeric data types is used for smaller, less precise floating-point numbers?

A. Double B. Float C. Short D. Byte

Computer Science & Information Technology