To lookup PCs with a given speed and amount of RAM, you would need a database of PC models, their speeds, RAM, and prices. Use a function to loop through the database and find matches.
In order to find the PCs with the given speed and amount of RAM, you would need to have a database of PC models, their corresponding speeds, RAM, and prices. Once you have this database, you can use a function that takes the speed and amount of RAM as arguments, and loops through the database to find matches. For each match, you can print the model number and price. This would allow you to lookup the PCs with the specified speed and RAM.