Take two inputs from user:

N - #items
B - budget.

There are S items, each with some price value, out of which user needs to select N items in such a way that total bill does not exceed B. The program should print all such combination of N products.