Identify the compiler errors in Problems and state what is wrong with the code.

```
int list{25},i;
float a, b, c;
for(i = 0, i<25; ++i)
{
listi = 0.0;
}

```


```
int list{25},i; << use [] not {}
float a, b, c;
for(i = 0, i<25; ++i)
{
listi = 0.0; << listi is not declared
}
```

Computer Science & Information Technology

You might also like to view...

For secure communication across the Internet, which protocol is used to access or post web server information?

a. HTTPS b. SHTTP c. Telnet d. STelnet

Computer Science & Information Technology

You can display the ____ to help you quickly align multiple objects added to an image.

a. workspace b. dock c. stack d. grid

Computer Science & Information Technology

When you select an object on the artboard then choose a harmony rule in the Color Guide, the Color Guide loads a group of swatches, called ____.

A. Tints B. Variations C. Spot colors D. None of the above

Computer Science & Information Technology

The command show ip route ospf

a. is not valid with OSPF. b. displays only IP routes. c. displays only OSPF routes. d. enables OSPF routing.

Computer Science & Information Technology