QUESTION 1: Correct Which comment below is the most helpful? A) int volume; // declare an int B) int volume; // declare volume C) int volume; // declare volume to be an int variable D) int volume; // size of trunk in cubic feet
LANGUAGE: JAVA
CHALLENGE:
QUESTION 1: Correct Which comment below is the most helpful?
A) int volume; // declare an int
B) int volume; // declare volume
C) int volume; // declare volume to be an int variable
D) int volume; // size of trunk in cubic feet
SOLUTION:
Q1-D) int volume; // size of trunk in cubic feet