Hi, I have no clue how to do my homework for class and its basedon strings, decisions, and loops. The file for the prompt isembedded into the reading
Reading:https://drive.google.com/file/d/10x9S0UbUm68hosafTXYgHS81sxVY21R1/view
/**
* @author Put your name here
* @date Put the date here
* @file h04.cpp
*/
#include <string>
#include <cctype>
using namespace std;
string STUDENT = “WHO AM I?”; // Add your Canvas login name
// Write your function here
/////////////// Optional Student Code /////////////////
int run()
{
return 0;
}
Expert Answer
An answer will be send to you shortly. . . . .