| preferred AP College board partner for AP classes
AP Computer Science A/Unit 4: Iteration
Start Practice TestPractice Test
About Exam
easy Solved by 1 students
Integer and Floating-Point Division
< Prev
Next >

What is printed when the following code segment is executed?

int x = 15;
int y = 4;
boolean result1 = (x / y) == 3;
boolean result2 = ((double) x / y) == 3.75;
System.out.println(result1 + " " + result2);
A

true true

B

false false

C

true false

D

false true

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

Question Leaderboard

Not enough data yet to show leaderboard.

No comments yet. Be the first to comment!

AI Tutor

How can I help?

APFIVE © 2020.
Email: [email protected]|Privacy Policy