Which statement writes data to the filehandle OUTPUT? seenagape 11 years ago Which statement writes data to the filehandle OUTPUT? A.print “Here’s my data.\n” > OUTPUT B.write OUTPUT “Here’s my data.\n”; C.write OUTPUT “>Here’s my data.\n”; D.print OUTPUT “Here’s my data.\n”; ← Previous question Next question →