Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { string consequences = "o"; string dilemma = "o"; cout << "Enter you ethical dilemma! \n"; cin >> dilemma; cout << "interesting! Are consequences more important than individual rights (Y/N)? \n"; cin >> consequences; if ((consequences == "Y") || (consequences == "y")){ cout << "Welcome, Mr. Singer. That means the best way to resolve your ethical dilemma is to figure out which decision produces the best consequences!" << "\n" << "Often, utilitarians measure consequences in pleasure."; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines