Which code fragment causes a compilation error? Which code fragment causes a compilation error? Which code fragment causes a compilation error? A. Option A B. Option B C. Option C D. Option D E. Option E Show Hint ← Previous question Next question →
Snr DingDong answer is D double y1 cannot fit into the float reference of flt. Remember that what is on the right side of the = sign. Gets passed into the left and if it cannot fit a compile error will occur. Reply
Test D
answer is D
double y1 cannot fit into the float reference of flt.
Remember that what is on the right side of the = sign. Gets passed into the left and if it cannot fit a compile error will occur.
D
D