As a teacher, I like to warn my students of the various pitfalls in computer science. Today, let's talk about Java's substring method.
Series: Coding Tangents
Sometimes it's fun to make an interactive application with Scanner. Unfortunately, we have to be careful with Scanner methods.
When learning Java for the first time, many students tend to struggle with the private and public keywords. Welcome to the world of access modifiers!