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