The output of the given string function MATTER.replace('T','N'); is :
MANTER
MATNER
MANNER
Invalid Function
Answers
Answered by
1
Answer:
Invalid Function
Explanation:
String variable MANNER doesn't exist.
Corrected Statement:
"MATTER".replace('T','N');
Similar questions