Write a program that reads a collection of computer user-ids and passwords and stores them in a hash table.
The program should then read two strings representing a user's id and password and then check whether this is a valid user of the computer system by searching the hash table for this id and password.