Solved

The Syntax of the Replace Method Is ____

Question 17

Multiple Choice

The syntax of the Replace method is ____.


A) Replace.string(oldValue, newValue)
B) string.Replace(newValue, oldValue)
C) string.Replace(oldValue, newValue)
D) string.Replace(newValue) (oldValue)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions