The very first object-oriented language I learned when I was 19 in my computer science & engineering program at school. I had my professor Jeff Meunier teaching us through making projects which, looking back, was the best way that he could have taught us Java to be honest. It was and still is an incredibly verbose language but at the end we made a cool project with a music beat to it. I struggled with it before but I wonder how well I would do at it now. This was the main part of the code that I was really stoked that I figured out. Looking back i don't really know why... ```java public Chord(Sound[] sounds) { super(sounds.length);  int _subIndex = 0; f or(int n=_subIndex ; n