Skip to content

Conversation

@Pmylonas13
Copy link

No description provided.

// Then change the code below to remove the dummyArray completely and return the cars array you created above instead.
String[] dummyArray = {};
String[] dummyArray = cars;
return dummyArray;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should delete the dummyArray and this should return cars directly

// Then change the code below to remove the dummyArray completely and return the floats array you created instead
float[] dummyArray = {};
float[] dummyArray = floats;
return dummyArray;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same change needed here as above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants