someone please tell me how to do this.....
1 Replies
The parallel array is also called the structure array and it is a multiple arrays in which the ith elements are closely related, and together, they constitute an entity.
Example:
name = ['Prince', 'Raja', 'Susmita', 'Hank', 'James']
grade = ['A++', 'A', 'C', 'B++', 'C++']
height = [110, 184, 131, 253, 122]