hi guys, i have an assignment that needs to construct a simple MSE (meta search engine), it should have an interface that allows queries to be made, and should return results ordered in some way. It should also be able to query 3 search engines, but not retrieve more than 20 results from each. And i should not attempt to modify the libraries to
allow concurrent downloads. Problem is i do not know where to start, as this is kind of knew to me. Any suggestions please?