Question:What will be the output of the following trace statement? trace ("output: " + 10 > 20);
A output: true B output: false C true D false
+ AnswerD
+ Report