Multiple Choice
If you expect to receive an "A" in this course, which of the following declarations would be most appropriate for storing the grade?
A) char letterGrade;
B) string grade;
C) int letterGrade;
D) double letterGrade;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q15: Base 16, also called the octal numbering
Q16: C# allows you to mix numeric integral
Q17: Unicode includes representation of 2<sup>8</sup> or 256
Q18: The _ data type was added to
Q19: The @ symbol in the following string,
Q21: A machine that has a 64-bit processor
Q22: One convention used for naming identifiers is
Q23: float totalAmount = 23.57; <br> The float
Q24: Which of the following formats the first
Q25: The binary value for ten is 00001010.