0% found this document useful (0 votes)
12 views1 page

Student Record Management Commands

The document outlines a series of commands related to managing a student array, including adding, inserting, and removing students. It lists the final state of the student array with their IDs and names after executing the commands. A total of 11 commands were processed, resulting in 7 students being displayed.

Uploaded by

anng23413a
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views1 page

Student Record Management Commands

The document outlines a series of commands related to managing a student array, including adding, inserting, and removing students. It lists the final state of the student array with their IDs and names after executing the commands. A total of 11 commands were processed, resulting in 7 students being displayed.

Uploaded by

anng23413a
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Use input file: in11.

txt
Using input file [Link]

Read Array size 100 Read # commands 11


Command: A -1 12345 KleinmanRonald
Command: A -1 87654 SmithMary
Command: A -1 54321 BerraYogi
Command: I 1 32145 RizzutoPhil
Command: R 2 -1 xxxx
Command: A -1 67891 MantleMickey
Command: I 9 89300 KofaxSandy
Command: I 3 89012 KofaxSandy
Command: A -1 99887 MarisRoger
Command: S 3 62109 FordWhitey
Command: I 0 10200 SkowronMoose
-------

0 Student: ID = 10200 Name = SkowronMoose


1 Student: ID = 12345 Name = KleinmanRonald
2 Student: ID = 32145 Name = RizzutoPhil
3 Student: ID = 54321 Name = BerraYogi
4 Student: ID = 62109 Name = FordWhitey
5 Student: ID = 67891 Name = MantleMickey
6 Student: ID = 99887 Name = MarisRoger

You might also like