Update OOP/Java/Lab/Week9/replacing.java
This commit is contained in:
parent
6480627716
commit
c910a492db
1 changed files with 25 additions and 26 deletions
|
@ -13,7 +13,6 @@ class replacing{
|
|||
|
||||
int index=str.indexOf(word);
|
||||
int wlen=word.length();
|
||||
String
|
||||
String rep="";
|
||||
for(int i=0;i<wlen;i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue