DianaAmaroxoxo631 DianaAmaroxoxo631 14-02-2019 Computers and Technology contestada rint "Censored" if userInput contains the word "darn", else print userInput. End with newline. #include #include using namespace std; int main() { string userInput; userInput = "That darn cat."; /* Your solution goes here */ return 0; }