(C++) Write a code to read multiple lines from a text file andstore them to an Array.
The text file contains the following information (for example)
(The text file does not contain headers)
ID (integer) Name (string) Number(integer)
1 Alex
2 Morris 10
10 Bob
5 Catherine 55
The max size of the array can be 100.
NOTE: the Number field can have a value orcan be empty. If empty, leave it blank in the array. Do not addzeros.
Expert Answer
An answer will be send to you shortly. . . . .