Given the following code within a method, which statement is true? int i, j; j = 5;

Question:

Given the following code within a method, which statement is true?

int i, j;

j = 5;

Select the one correct answer.

(a) Local variable i is not declared.

(b) Local variable j is not declared.

(c) Local variable i is declared but not initialized.

(d) Local variable j is declared but not initialized.

(e) Local variable j is initialized but not declared.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: