write a program to accept a string in lower case and replace 'e' with '*' in the given string
Answers
Answered by
2
Answer:
Brainliest Please
Explanation:
You havent mention which language so I'm just writing function
let str = "Replace e with *";
str.replace(e,*);
Answered by
2
Answer:
You have not mention which language so I'm just writing function in java language.
let str = "Replace e with *"
str.replace(e,*)
Explanation:
hope it helps. please mark me as the brainliest
Similar questions
Social Sciences,
4 months ago
Science,
4 months ago
Social Sciences,
4 months ago
English,
9 months ago
Math,
9 months ago
World Languages,
1 year ago