Input Range Validation Change Assignment
Take the Line Item Invoice application that we have been working with (including the changes I have been asking you to make) and add code to check the validity of the input ranges.
- Quantities should >0 and < 50
- Prices should be >= 0 and < 1000