I am trying to check if my inputted variable is in an array.
#include int main() { int Year; int Elem_School [5] = {1, 2, 3, 4, 5}; int Mi