Week 1 Interactive assignment 2 - CPT307
Title: Starting with Java and Object-Oriented Programming A Newbie’s Take Hey everyone, Starting with Java can feel overwhelming at first, especially if you're new to programming like I was not long ago. In this post, I want to share my experience getting started with Java and give you a beginner friendly overview of what object-oriented programming OOP is all about. Getting Java Set Up Without the Headache Installing Java might seem like a chore, but it’s really not too bad once you find the right resources. I used The Java Tutorials: Getting Started to help guide me, and it made things a lot clearer. For my editor, I went with IntelliJ IDEA Community Edition which I found pretty easy to navigate as a beginner. I won’t go into every single step here since there are plenty of good tutorials out there for that, but if you're just getting started I recommend checking out Official Java Installation Guide Java Programming on Tutorials Point A quick YouTube sear...