What is the value of r after the following statement is coded and executed?

```
Declare Integer i = 12
Declare Real r
Set r = toReal(i)
```


a. 12
b. 1.2
c. 12.0
d. 0.12


c. 12.0

Computer Science & Information Technology

You might also like to view...

Which of the following data items are arranged from the smallest to the largest in the data hierarchy.

a. records, characters, fields, bits, files. b. bits, files, fields, records, characters. c. fields, characters, bits, files, records. d. bits, characters, fields, records, files.

Computer Science & Information Technology

To use a conditional expression comparison to determine what action will occur, insert a(n):

A) IF Action Block. B) Comparison Block. C) Conditional Format. D) Expression Block.

Computer Science & Information Technology

In addition to md5sum, which hashing algorithm utility is included with current distributions of Linux?

a. sha386sum b. md1deep c. SHAKE d. sha1sum

Computer Science & Information Technology

The type vector provides the function ____________________, which deletes all elements from the object.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology