Beginner's Guide to Java Arrays Explained
Dec 29, 2024 路 3 min read 路 Before we proceed further, let's understand why we need an array. Suppose we need to enter the roll number of a student. We can do it in the following way: int rolno = 23; Now, suppose we need to enter 5 roll numbers. We can use the same concept as ...
Join discussion



