Input a word. if it is "orange," print "correct." otherwise, print "nope". what happens if you type in "orange" or "orange?" does the capitalizing make a difference? sample run 1 what color? orange sample output 1 correct sample run 2 what color? red sample output 2 nope