What is the value of z after the following statements have been executed?

int x = 4, y = 33;
double z;
z = (double) (y / x);


a. 8.25
b. 4
c. 0
d. 8.0

d. 8.0

Computer Science & Information Technology

You might also like to view...

What is the maximum partition size for NTFS?

A) 16PB B) 16GB C) 16EB D) 16BB

Computer Science & Information Technology

You can use predesigned, formatted files called ____ to create new worksheets quickly.

A. formatsheets B. layouts C. templates D. screens

Computer Science & Information Technology