Solved

What Is Wrong with the Following Code Snippet

Question 57

Multiple Choice

What is wrong with the following code snippet?
Int average;
Average = 78A;


A) The average variable is never initialized.
B) The data type for the average variable is not specified.
C) The average variable is never assigned a value.
D) The average variable is assigned a non-numeric value.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions