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

hakan Gülay
hakan Gülay
8,489 Points

repeated letters

How can I make * if letters are repeating in strings.

For example; " abbcccaaeeeeb bfffffca ccab" when n = 9 given“abbcccaaeeeeb bfffffca ccab” n = 5 given“abbcccaaeeeeb b**ca ccab” n = 4 given “abbcccaab b*ca ccab” n = 3 given “abbaa*b bca ccab” n = 2 given “a******b b**ca **ab

like this.

Caleb Kleveter
Caleb Kleveter
Treehouse Moderator 37,862 Points

Sorry hakan. I am not very proficient in Java so I am not sure how you would go about doing this. You might want to try Googling it. Hope you get an answer!