I have to write a program in java to generate Parkside's Triangle, with size and seed numbers 1-9. I wrote a method to get the size and seed using a drop down box, but I'm having trouble coming up with code to generate the actual triangle in a second method and calling it into my main method.
Comments
Leave a comment