diff --git a/enter/Java.md b/enter/Java.md index f09b16f..a2f2544 100644 --- a/enter/Java.md +++ b/enter/Java.md @@ -1,2 +1,677 @@ -The very first object-oriented language I learned when I was 19 in my computer science & engineering program at school. I had my professor \ No newline at end of file +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. + + +```java +public Chord(Sound[] sounds) + +{ super(sounds.length); + + int _subIndex = 0; f + +or(int n=_subIndex ; n