What will be the value of x after the following code is executed?

```
int x = 10, y = 20;
while (y < 100)
{
x += y;
y += 20;
}
```

a. 130
b. 210
c. 110
d. 90

b. 210

Computer Science & Information Technology

You might also like to view...

You can create a report with an embedded graph or image

Indicate whether the statement is true or false

Computer Science & Information Technology

What technology was designed to help alleviate the shortage of public IP addresses by allowing an organization to use private IP addresses while connected to the Internet?

What will be an ideal response?

Computer Science & Information Technology