Computer Science, asked by pratimasinghsg, 6 months ago

The output of the given string function MATTER.replace('T','N'); is :
MANTER
MATNER
MANNER
Invalid Function​

Answers

Answered by Oreki
1

Answer:

Invalid Function

Explanation:

String variable MANNER doesn't exist.

Corrected Statement:

"MATTER".replace('T','N');

Similar questions