Print out your answers (or hand write them on paper) and turn them in.
user_input, with an
initial value of the letter 'a'.
letter_k, with the
constant value 'K'.
scores of 300 double values.
student with
3 structure members:
ID
major
gpa
student structures
called honors.
char errormsg[] = "Bad input.\n";
honors array, such that the ID for
each student is
set to 100000 + the array index value,
the major for each student is set to 20,
and the gpa for each student is 0.0.
double weights[] = {16.2, 85.0, 76.3, 13.4, 18.1, 18.1,
19.9, 26.55, 88.1, 51.0};
for ( i = 0; i < 15; i++) {
weights[i] = weights[i+1] - 12.6;
}