Write a for loop to print the odd numbers from 1 to 99 (inclusive).

What will be an ideal response?

```
for (int value = 1; value <= 99; value +=2)
System.out.println(value);

```

Computer Science & Information Technology

You might also like to view...

When dealing with a Cisco switch, what is NOT one of the pre-established VLANs?

a. VLAN 1 b. VLAN 1001 c. VLAN 1003 d. VLAN 1005

Computer Science & Information Technology

The Stroke panel is where you move sliders to mix new colors for fills, strokes, and gradients.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology