#include #include #include using namespace std; struct Mid { string name; int alpha; }; // Functions to read/write a 'Mid' void read (Mid &student, istream &in); void write (Mid student, ostream &out);