Which of the following explicit type casts is valid?

A. (float) x = a / b
B. [float] x = a / b
C. x = float (a / b)
D. x = [float] (a / b)
E. x = (float) (a / b)

Answer: E

Computer Science & Information Technology

You might also like to view...

[Group] displays on the ________ when worksheets are grouped

A) formula bar B) title bar C) status bar D) task bar

Computer Science & Information Technology

WordPad is another name for Microsoft Word

Indicate whether the statement is true or false

Computer Science & Information Technology