In reply to Design Engineer:
you should be able to solve the rest of the question based on below example
result = q.find with ( item.english >= 60 && item.maths >= 60);
7.12 Array manipulation methods, you should refer this chapter in LRM. Try to come with your solution.