Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

I have made the necessary changes to printer.java code but every time I upload the zip file. I am getting an error.

every time i upload a zip file, the error message I get is Oh no! we encountered an error.

I have made necessary changes to the printer.java file and exported it to a zip file on intellij.

No success in this project so far.

public static void printChipmunksDeclaratively(List<String> chipmunks) { chipmunks.forEach(chipmunk->System.out.printf("%s! %n", chipmunk));

}