nerdexam
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)
  • A
    85% (28)
  • B
    6% (2)
  • D
    9% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-882 Practice