Page 1 of 1

Course: Advanced Programming Programming Language: C#

Posted: Sun May 15, 2022 12:45 pm
by answerhappygod
Course: Advanced Programming
Programming Language: C#
Course Advanced Programming Programming Language C 1
Course Advanced Programming Programming Language C 1 (41.45 KiB) Viewed 60 times
17.3 (File of Product Details) Create a program that stores product details in a text file. The file should contain the code, name, category, price per unit, quantity purchased and total price of the product. Allow the user to load a product file and display its contents in a read-only TextBox. The entries should be displayed in the following format: Pcode, PName: Category Price per unit Quantity Total Price We list some sample data below: 21, Bedsheet: Home Décor 500 1000 33, Fighter Plane: Toy 300 900 40, Stapler: Stationery 240 2 3 4 60