TCS Digital Coding Question 1 & 2
Question 2 Statement
A store has different categories of products in stock as shown below.
Item Number=[101, 102, 103, 108]
Item Name=[Milk, Cheese , Ghee, Bread]
Price=[42, 50, 500, 40]
Stock =[10, 20, 15, 16]
When user give input with 2 values as...
gouravmk.hashnode.dev1 min read