Jump to content

Recommended Posts

Posted
// One of these things is not like the others. 
// One of these things just doesn't belong. 
String[] items = new String[] { 
   "Apple", 
   "Orange", 
   "Spider", 
   "Banana", 
}; 
// Note that you CAN use a comma after the last item! 
// This is a convenience if you need to re-order the items. 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...