1z0-808 Exam Question 1
Given the code fragment:

What is the result?
A:

B:

C:

D:


What is the result?
A:

B:

C:

D:

1z0-808 Exam Question 2
Given the code fragment:

And given the requirements:
- If the value of the qty variable is greater than or equal to 90,
discount = 0.5
- If the value of the qty variable is between 80 and 90, discount = 0.2 Which two code fragments can be independently placed at line n1 to meet the requirements?


And given the requirements:
- If the value of the qty variable is greater than or equal to 90,
discount = 0.5
- If the value of the qty variable is between 80 and 90, discount = 0.2 Which two code fragments can be independently placed at line n1 to meet the requirements?

1z0-808 Exam Question 3
Given the following code:

What are the values of each element in intArr after this code has executed?

What are the values of each element in intArr after this code has executed?
1z0-808 Exam Question 4
Given:

Which two actions, used independently, will permit this class to compile?

Which two actions, used independently, will permit this class to compile?
1z0-808 Exam Question 5
Given the code fragment:

And given the requirements:
1. Process all the elements of the array in the order of entry.
2. Process all the elements of the array in the reverse order of entry.
3. Process alternating elements of the array in the order of entry.
Which two statements are true? (Choose two.)

And given the requirements:
1. Process all the elements of the array in the order of entry.
2. Process all the elements of the array in the reverse order of entry.
3. Process alternating elements of the array in the order of entry.
Which two statements are true? (Choose two.)