#java
Read more stories on Hashnode
Articles with this tag
In programming, we often need to store multiple pieces of data. If you wanted to store a list of numbers, names, or objects, you wouldn’t want to...
In programming, functions or methods play a crucial role in breaking down complex tasks into manageable units. They allow us to write reusable code...
When developing software, we often need to perform different actions based on specific conditions. For this, the if-else statement is a commonly used...
Let's suppose we want to display something on the terminal, but only when a certain condition is met. For example, you want to display the message...
Structure of the JAVA program As we all know from the previous blog that we write our java program in a file with extension `.java` so let’s start how...
In previous blog We talked about What language computer knows, What is Programming and why do we actually need it. and I told you that we will start...