Which of the following is valid?

a. float y; y = 54.9;

b. float y;
double z;
z = 934.21;
y = z;

c. float w;
w = 1.0f;

d. float v;
v = 1.0;


c. float w;
w = 1.0f;

Computer Science & Information Technology

You might also like to view...

?A _____ workstation is a network terminal that supports a full-featured user interface, but limits the printing or copying of data, except to certain network resources that can be monitored and controlled more easily.

A. ?command-line B. ?disked C. ?thick D. ?diskless

Computer Science & Information Technology

The task duration is the same as the elapsed time.

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

Computer Science & Information Technology

Pseudorandom numbers are numbers which are not really random, but are sufficiently random for the task at hand.

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

Computer Science & Information Technology

In the Word Options dialog box, you can add a Macro button to the Quick Access Toolbar.

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

Computer Science & Information Technology