ARRAY FLOWCHART & .DAT FILE!

I've been given a flowchart to code an array...only problem is I have no idea where to start. I've done countless research on how to code the array but haven't had any luck!

FLOWCHART:

start
|
OPEN file id_nos.dat
|
int idNums[12]
int idIn = 0
int ct = 0
|
READ file >> idIn ----------FILE: ID_NOS.DAT
|
|
!EOF-----STOP
|
IDNUMS[CT]=IDIN
++ct
|
READ file >> idIn




file contents of id_nos.dat
111
222
333
444
555
666
777
888
999
Topic archived. No new replies allowed.