What is the value of num after the following statement is performed?

```
num = Math.round( 2.45 );
```

a) 0
b) 2
c) 2.5
d) 3


b) 2

Computer Science & Information Technology

You might also like to view...

If both the name and ID attributes are used in an image map, they should use different names

Indicate whether the statement is true or false

Computer Science & Information Technology

IRB stands for Interactive Ruby and is used to interactively submit Ruby statements for immediate processing.

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

Computer Science & Information Technology

The interface card that enables Hyper-V hosts to connect to and communicate with storage area networks

1. Checkpoint
2. Dynamically Expanding Disk
3. Differencing Disk
4. Fixed-size Disk
5. Host Bus Adapter
6. Multipath I/O
7. Pass-through disk
8. Storage QoS
9. Virtual Fibre Channel Adapter
10. Virtual SAN

Computer Science & Information Technology

Normally you will want to use two integral values to reference individual elements in a two-dimensional array. If you use just one integral value, you get all of the values for that row.

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

Computer Science & Information Technology