Write a cout statement that prints the value of a conditional expression. The conditional expression should determine whether the value of the score variable is equal to 100. If so, it should print "Perfect", otherwise it should print "Nice try".