/* * * 4.26 * * */ int main () { /* It's only gauranteed for an int to have 16 bits. Most of the time on modern computers we wont actually have 16 bit ints. But, to be completely sure we use long so that we can absolutely gaurantee that we have enough bits so that we can set students to failed or passed. */ return 0; }