Lets first work out how many different codes would be needed to represent everything. 26 for lowercase, 26 for uppercase, and 10 for 0-9. Total, that makes 62 needed codes.
If we start with 0, we need to go up to 61 to represent all the characters. Thus, we can convert 61 to binary and count the number of digits needed to represent that as the last number in the set and that will tell us how many digits are needed.
61 in binary is 111101, so we need 6 digits to represent that number. The answer is B.
The correct way to pass an array named student Scores that holds 25 values to a function is Set average = getAverage(studentScores, 25).
<h3>What is array?</h3>
An array is known to be a set of same kind of data types. An example an int array is known to holds the elements of int kinds and a float array is said to keep the elements that are of the float kinds.
Note that The correct way to pass an array named student Scores that holds 25 values to a function is Set average = getAverage(studentScores, 25) as it is the only right way
Learn more about array from
brainly.com/question/24275089
C bar graph is closer to a histogram