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
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.
Step by Step Solution
3.38 Rating (154 Votes )
There are 3 Steps involved in it
c Local variable i is declared but not in... View full answer
Get step-by-step solutions from verified subject matter experts
