#include <iostream> #include <stdlib.h> using namespace std; string student; int main(){ while (student == "confused") { cout << " I've never been this confused for an assignment in my life " << endl; } };