Computer Science, asked by geetakhan06, 9 months ago

write a program to accept a string in lower case and replace 'e' with '*' in the given string​

Answers

Answered by Imblank
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 arkopaladutta2006
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