Challenges

Create a String List

Complete the method createStringList that creates and returns a new empty List of Strings. Use the List syntax to declare the list.

Editor
Test Results

Result Panel

Hit the run button to test your code!