Project 4: Array in for loop (Information of Students)

Arrays: Imagine an array as a list that holds multiple items. Each item has an index (like a position number) for easy access.

for Loop: A for loop is a programming construct that allows you to repeat a block of code a specific number of times.