Which of the following statements does not alter the value stored in a memory location?
a. int a;
b. number = 12;
c. y = y + 2;
d. width = Integer.parseInt(input);
a. int a;
Computer Science & Information Technology
a. int a;
b. number = 12;
c. y = y + 2;
d. width = Integer.parseInt(input);
a. int a;