Find and correct the error(s) in the following segments of code:

```
For (i = 100, i >= 1, ++i)
{
Console.WriteLine(i);
}
```


For should be for. Also, the commas in the for header should be semicolons.

Computer Science & Information Technology

You might also like to view...

Use the export (Sobell, page 485) builtin in the interactive shell to place myvar in the environment and run echomyvar. (You can export myvar with- out assigning a new value to it.) Did the script display the value of myvar this time? Is the PID of the interactive shell the same or different from the PID of the script?

What will be an ideal response?

Computer Science & Information Technology

Explain the role of interface lo, the loopback interface. In the output of netstat –in, what are the values of RX-OK (packets received) and TX-OK (packets transmitted) different for interface eth0 but identical for interface lo?

What will be an ideal response?

Computer Science & Information Technology

Excel displays ________ signs in a cell when the cell is not wide enough to display the entire number

A) dollar B) asterisk C) ampersand D) pound

Computer Science & Information Technology

type of spyware that tracks your keystrokes, including passwords

adware digital certificate grayware keylogger dictionary attack social engineering tailgating Trojan zombie worm

Computer Science & Information Technology