What does this code illustrate about comments in Java?
// Variables to store the three numbers and the average
int number1, number2, number3;
int result;
What does this code illustrate about comments in Java?
// Variables to store the three numbers and the average
int number1, number2, number3;
int result;