Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I am having trouble programming a login system where you can register usernames

ID: 3768049 • Letter: I

Question

I am having trouble programming a login system where you can register usernames to passwords and send emails ibetween the usernames and I am in the middle trying to program a function that will delete a username typed into the program

void DeleteUser); o Returns: nothing When a new user is created you create 2 new files: [username].txt and [username-inbox.txt. To delete a user, just delete these 2 files using the remove) function. Sample Output Hello World! Opened: true Opened: false Sample Usage #include #include int main() std::cout

Explanation / Answer

Program:

Sample output: