CopyPastor

Detecting plagiarism made easy.

Score: 0.8525884992936078; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2018-08-06
by suresh madaparthi

Original Post

Original - Posted on 2013-06-17
by Jesus Dimrix



            
Present in both answers; Present only in the new answer; Present only in the old answer;

create simple method to do that for you: public void addMulti(String[] strings,List list){ for (int i = 0; i < strings.length; i++) { list.add(strings[i]); } } Then you can create
String[] wrong ={"1","2","3","4","5","6"}; add it with this method to your list
create simple method to do that for you:
public void addMulti(String[] strings,List list){ for (int i = 0; i < strings.length; i++) { list.add(strings[i]); } }
Then you can create
String[] wrong ={"1","2","3","4","5","6"};
and add it with this method to your list.

        
Present in both answers; Present only in the new answer; Present only in the old answer;