Question:Given a number, num = 23, which of the following methods will be used to convert it to a String:
A num.toString(); B num.toSentence(); C num.toWord(); D num.toNumber();
+ AnswerA
+ Report