Skip to content

Instantly share code, notes, and snippets.

View danamn's full-sized avatar

Dana danamn

  • Montreal
View GitHub Profile
```import java.util.Arrays;
public class ArrayMethods
{
String[] list; //instance variable
/**
* Constructor for objects of class ArrayMethods
*/
public ArrayMethods(String[] list)