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...

The purpose of an explanatory footnote is to ________

A) provide a page number to find additional information about the topic B) list all the sources on the page C) define technical terms in the text D) provide additional information that may not fit well in the context of the document

Computer Science & Information Technology

The application of computing and network resources to try every possible combination of options of a password is called a dictionary attack. _________________________

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

Computer Science & Information Technology