Exam (elaborations)
AP Computer Science A: Unit 2 Exam Fundamentals of Java
- Course
- Institution
AP Computer Science A: Unit 2 Exam Fundamentals of Java Consider the following variable declarations. int a = 5; int b = 4; double x = 5; double y = 4; Which of the following expressions would evaluate to the number, 1? 1. (int) x / y 2. a / b 3. a % b - Answer>> All of them...
[Show more]