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 ...