Given the following declarations, what result is stored in each of the listed assignment statements?

What will be an ideal response?


```
int iResult, num1 = 25, num2 = 40, num3 = 17, num4 = 5;
double fResult, val1 = 17.0, val2 = 12.78;

```

Computer Science & Information Technology

You might also like to view...

In relative positioning, browsers place an element based on where it would naturally flow within the document.

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

Computer Science & Information Technology

________ are set on objects that already contain animation; this enables you to create movement, reveal additional objects, play a sound or movie, or emphasize objects

A) Motion paths B) Action buttons C) Hyperlinks D) Triggers

Computer Science & Information Technology

A graph G has a spanning tree if and only if G is connected; from this it follows that to determine a spanning tree of a graph, the graph must be connected.

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

Computer Science & Information Technology

How does a switch "learn" MAC addresses?

A. All the MAC addresses must be entered manually. B. The switch comes loaded with the most frequently used addresses. C. It reads the source address and keeps a record of which port the sending computer is on D. The switch uses a mathematical formula to determine what the MAC address would be for each computer connected to it.

Computer Science & Information Technology