1st Challenge
You have String array with 20 elements.
String details[] = {"kamal,"Nimal","saman","kamal",...........}
I want to remove duplicates item from this string Array and print others on console.
This challenge is seems to be very easy but please consider about efficiency .It is the most...