Oracle
1Z0-882 · Question #62
Which two code samples demonstrate valid methods for working with loops?
The correct answer is A. DECLARE I INT DEFAULT 0; C. DECLARE i INT DEFAULT 0. See the full explanation below for the reasoning.
Question
Which two code samples demonstrate valid methods for working with loops?
Options
- ADECLARE I INT DEFAULT 0;
- BDECLARE i INT DEFAULT 0;
- CDECLARE i INT DEFAULT 0;
- DDECLARE i INT DEFAULT 0;
How the community answered
(33 responses)- A85% (28)
- B6% (2)
- D9% (3)
Community Discussion
No community discussion yet for this question.