| preferred AP College board partner for AP classes
AP Computer Science A/Unit 2: Using Objects
Start Practice TestPractice Test
About Exam
easy Solved by 9 students
Boolean Expression Evaluation
< Prev
Next >

What is printed as a result of executing the following code?

public class BooleanTest {
    public static void main(String[] args) {
        if (Math.abs(-3) > 2 && 5 % 2 == 0) {
            System.out.println("Yes");
        } else {
            System.out.println("No");
        }
    }
}
A

Compilation Error

B

Yes

C

No

D

Runtime Error

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

Question Leaderboard

Rank
User
Correct Count
Attempt Count
Time
Score
#1the.ronzono11 0m 00s 100
#2sailajavadlamani3311 0m 00s 100
#3kaisuki11 0m 00s 100
#4bommasam00011 0m 17s 83
#5lsj0803092211 0m 21s 79
#6liuwilliam07241011 0m 24s 76
#7zgj0731041711 0m 25s 75
#8richa.tuli01 1m 44s -114
#9chunxiangxu.cxu11 9m 22s -462
Items per page:
10
1 – 9 of 9
No comments yet. Be the first to comment!

AI Tutor

How can I help?

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