Write a program that print "Censored" if userInput contains the word "darn", else print userInput. End with newline.

Ex: If userInput is "That darn cat.", then output is: Censored Ex: If userInput is "Dang, that was scary!", then output is: Dang, that was scary!