Variables in Java
Introduction
Variables are like a cup that holds something. Variables are used to store the information and hold the data in the memory. Variables should be declared with the data type. The data type defines what type of data can variable hold, and h...
mariamchaudhary.hashnode.dev2 min read