Array
Hello guys, once again welcome.
In this new post we are going to be famliar with Array C++ statement. So what's an array is?
An array is a way to represent multiplication and division using rows and columns. Rows represent the number of groups. Columns represent the number in each group or the size of each group.
It's a very simple statment which contains entered value in rows and columns.
If we want to define an array first we have to put "[ (Length of an array )]" right to the variable as like in the givern screen short. In this I have written "a[100]" it menas that the lenght of an array "a" is 100 - we can store 100 elements(integer) in that an array. For entering valuses in the array you should use for loop. Just see this programm porperly you will find it quit simple.