CS449 - Introduction to Systems Software

Use an array of strings for storing the usernames and other array (of the same size) for the passwords. If you are familiar with multi dimensional arrays, you can create a bi-dimensional array that can store the usernames and passwords in one array. Use separate functions for inserting, deleting and editing usernames / passwords. ................
................