What is the output when the following Prolog goal is executed? ?- member(X,[81, 25, 9, 69]), YisX*X, Y<400 A. X = [81, 25, 9, 691 C.X-9 Y-69 D. X = 81 Y-400