program6_1.pyWrite a program that the owner of Chica Chic could use to store data about her inventory in a text file. The program should prompt her to input the name, cost price, and quantity of each item of inventory. Each of these three data has to be written to its own line in the file. The program should loop to enable any number of inventory items to be stored and end when the item name is left blank (see Sample Output. User inputs are shown in blue). The program should end by closing the file and printing a file status message.Sample OutputEnter the name of the inventory item or ENTER to quit topsEnter the cost price of this item 24.99Enter the quantity in stock of this item 10A record was written to fileEnter the name of the inventory item or ENTER to quit shortsEnter the cost price of this item 29.95Enter the quantity in stock of this item 12A record was written to fileEnter the name of the inventory item or ENTER to quit sandalsEnter the cost price of this item 19.79Enter the quantity in stock of this item 8A record was written to fileEnter the name of the inventory item or ENTER to quitThe file was created successfully and closed

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter8: I/o Streams And Data Files
Section8.2: Reading And Writing Character-based Files
Problem 8E
icon
Related questions
Question

program6_1.py
Write a program that the owner of Chica Chic could use to store data about her inventory in a text file. The program should prompt her to input the name, cost price, and quantity of each item of inventory. Each of these three data has to be written to its own line in the file. The program should loop to enable any number of inventory items to be stored and end when the item name is left blank (see Sample Output. User inputs are shown in blue). The program should end by closing the file and printing a file status message.
Sample Output
Enter the name of the inventory item or ENTER to quit tops
Enter the cost price of this item 24.99
Enter the quantity in stock of this item 10
A record was written to file
Enter the name of the inventory item or ENTER to quit shorts
Enter the cost price of this item 29.95
Enter the quantity in stock of this item 12
A record was written to file
Enter the name of the inventory item or ENTER to quit sandals
Enter the cost price of this item 19.79
Enter the quantity in stock of this item 8
A record was written to file
Enter the name of the inventory item or ENTER to quit
The file was created successfully and closed

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
User Defined DataType
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr