In the main program of BMITime there is this line:
This results in all members of the array to be printed. Why isn’t a loop necessary to run through the array? Is that because of the fact that Description of BNREmployees is modified?
In the main program of BMITime there is this line:
This results in all members of the array to be printed. Why isn’t a loop necessary to run through the array? Is that because of the fact that Description of BNREmployees is modified?
Solved, seems indeed this one line is sufficient although the use of a loop is also a way to do it