Im very new at this. I want to ask the user if he wants to repeat the program again by inputing Y or N or something like that. How can I do this. Sorry if it is pretty easy and I just dont know how yet.
//Input
cout << "\n" << "Enter the weight of your friend (lbs): ";
cin >> weight_of_friend;
cout << "Enter the weight of the mouse(g): ";
cin >> mouse;
cout << "Enter the lethal dose of sweetener for a mouse(mg): ";
cin >> mouse_sweetener;