You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read a word or a sentence and 2 character from console.
First character is the searched character,
Second character is the replacement of the searched.
Print changed sentence to console.
Example 1 :
Sentence : Change me please.
Searched : e
Replacement : u
Output : Changu mu pluasu.
Example 2 :
Sentence : Yamette kudasai!
Searched : t
Replacement : d
Output: Yamedde kudasai!
The text was updated successfully, but these errors were encountered:
Read a word or a sentence and 2 character from console.
First character is the searched character,
Second character is the replacement of the searched.
Print changed sentence to console.
Example 1 :
Sentence : Change me please.
Searched : e
Replacement : u
Output : Changu mu pluasu.
Example 2 :
Sentence : Yamette kudasai!
Searched : t
Replacement : d
Output: Yamedde kudasai!
The text was updated successfully, but these errors were encountered: