Are you taking CLEP classes? Try clep.ai
| preferred AP College board partner for AP classes
medium Solved by 12 students

Integer Division and Type Casting

< Prev
Next >

What is printed when the following code segment is executed?

int x = 7;
int y = 3;
double ratio1 = x / y;
double ratio2 = (double) x / y;
double ratio3 = x / (double) y;
boolean same12 = (ratio1 == ratio2);
boolean same23 = (ratio2 == ratio3);
System.out.println(same12);
System.out.println(same23);
A

false
false

B

true
true

C

true
false

D

false
true

Hint
Did You Know?
Explain Why
Explain All Answers
Check Answer
Show Correct Answer
Report Question
Mark for review

Question Leaderboard

Rank
User
Correct Count
Attempt Count
Total Time
Score
#1kaisuki11 0m 00s 100
#2lsj0803092211 0m 23s 77
#3theofanusmischa11 1m 11s 29
#4chunxiangxu.cxu11 1m 21s 19
#5bommasam00012 2m 40s -70
#6liuwilliam07241011 3m 36s -116
#7y.seong202724 5m 11s -131
#8zgj0731041712 5m 31s -241
#9richa.tuli12 8m 49s -439
#10pandasiteitei11 14m 01s -741
Items per page:
10
1 – 10 of 10
No comments yet. Be the first to comment!

AI Tutor

How can I help?

APFIVE © 2020.
Email: apfive@apfive.org|Privacy Policy|FAQ