(Manipulating a Stream
a) Use lambdas and streams to sort the Invoice objects by PartDescription, then display the results.
b) Use lambdas and streams to sort the Invoi ce objects by Price, then display the results.
c) Use lambdas and streams to map each Invoice to its PartDescription and Quantity, sort the results by Quantity, then display the results.
d) Use lambdas and streams to map each Invoice to its PartDescription and the value of the Invoice (i.e., Quantity * Price). Order the results by Invoice value.
e) Modify Part (d) to select the Invoice values in the range $200 to $500.
Fig. 2 Sample data for Exercise.

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.