Record # Tool name Quantity Cost 3 Electric sander 57.98 17 Напmer 76 11.99 24 Jig saw 21 11.00 39 Lawn mower 3 79.50 56 Power saw 18 99.99 68 Screwdriver 106 6.99 77 Sledge hammer 11 21.50 83 Wrench 34 7.50 Use one word tool name when working with tool name. If a space is detected in the input, scanf will ignore the remaining input. Instead of Electric sander, use Electric.sander, Electric-sander, or ElectricSander. If you really want to capture multi word tool name, then you have to use "gets" function to capture the entire input and the parse out the name, quantity and cost on your own. When you run the program the first time, no tool record will be available. You have to use option 3, 8 times to enter the above 8 records into the data file. For the purpose of this assignment, we will work only with two tool. Sample input / output required to turn in. (the items in red are just headings. Not part of the program output. Please use similar headings in your output submission.)

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%
write a different program that lets you work with the data concerning each tool, enables you to list all your tools, lets you delete a record for a tool that you no longer have and lets you update any information in the file. The tool identification number should be the record number. Use the following information for your program to work with.
Adding records to the data file
Your choices are:
1 - STORE a formatted text file of inventoried tools called
hardware.txt for printing
2 - UPDATE a tool record
3 - ADD a new tool record
4 - DELETE a tool record
- DISPLAY a tool record
END progran
Selection : 3
Enter new tool inventory number (1 - 100): 3
Enter tool name, quantity, and cost.
Electric_sander ? 57.98
Your choices are:
1 - STORE a formatted text file of inventoried tools called
hardware.txt for printing
2 - UPDATE a tool record
3 - ADD a new tool record
- DELETE a tool record
4
DISPLAY a tool record
9 - END program
Selection : 3
Enter new tool inventory number (1
Enter tool name, quantity, and cost.
Hammer2 76 11.99
100): 17
(Hammer2 was purposely entered incorrectly, so option 2 can be used to update it.)
Updating a record
Your choices are:
1 - STORE a formatted text file of inventoried tools called
hardware.txt for printing
2 - UPDATE a tool record
3 - ADD a new too1 record
4 - DELETE a tool record
5 - DISPLAY a tool record
9 - END program
Selection: 2
Enter tool record to update (1 - 100): 17
Current tool info
17
Hammer2
76
$11.99
Enter too1 name, quantity, and cost.
Hammer 76 11.99
Verify the record was updated correctly
Your choices are:
STORE a fornatted text file of inventoried tools called
1
hardware.txt for printing
UPDATE a tool record
3 - ADD a new tool record
4 - DELETE a tool record
5 - DISPLAY a too1 record
9-END progran
Transcribed Image Text:Adding records to the data file Your choices are: 1 - STORE a formatted text file of inventoried tools called hardware.txt for printing 2 - UPDATE a tool record 3 - ADD a new tool record 4 - DELETE a tool record - DISPLAY a tool record END progran Selection : 3 Enter new tool inventory number (1 - 100): 3 Enter tool name, quantity, and cost. Electric_sander ? 57.98 Your choices are: 1 - STORE a formatted text file of inventoried tools called hardware.txt for printing 2 - UPDATE a tool record 3 - ADD a new tool record - DELETE a tool record 4 DISPLAY a tool record 9 - END program Selection : 3 Enter new tool inventory number (1 Enter tool name, quantity, and cost. Hammer2 76 11.99 100): 17 (Hammer2 was purposely entered incorrectly, so option 2 can be used to update it.) Updating a record Your choices are: 1 - STORE a formatted text file of inventoried tools called hardware.txt for printing 2 - UPDATE a tool record 3 - ADD a new too1 record 4 - DELETE a tool record 5 - DISPLAY a tool record 9 - END program Selection: 2 Enter tool record to update (1 - 100): 17 Current tool info 17 Hammer2 76 $11.99 Enter too1 name, quantity, and cost. Hammer 76 11.99 Verify the record was updated correctly Your choices are: STORE a fornatted text file of inventoried tools called 1 hardware.txt for printing UPDATE a tool record 3 - ADD a new tool record 4 - DELETE a tool record 5 - DISPLAY a too1 record 9-END progran
Record #
Tool name
Quantity
Cost
3
Electric sander
7.
57.98
17
Наmmer
76
11.99
24
Jig saw
21
11.00
39
Lawn mower
3
79.50
56
Power saw
18
99.99
68
Screwdriver
106
6.99
77
Sledge hammer
11
21.50
83
Wrench
34
7.50
Use one word tool name when working with tool name. If a space is detected in the input, scanf will
ignore the remaining input. Instead of Electric sander, use Electric.sander, Electric-sander, or
ElectricSander.
If you really want to capture multi word tool name, then you have to use "gets" function to
capture the entire input and the parse out the name, quantity and cost on your own.
When you run the program the first time, no tool record will be available. You have to use option 3, 8
times to enter the above 8 records into the data file. For the purpose of this assignment, we will work
only with two tool.
Sample input / output required to turn in. (the items in red are just headings. Not part of the program
output. Please use similar headings in your output submission.)
Transcribed Image Text:Record # Tool name Quantity Cost 3 Electric sander 7. 57.98 17 Наmmer 76 11.99 24 Jig saw 21 11.00 39 Lawn mower 3 79.50 56 Power saw 18 99.99 68 Screwdriver 106 6.99 77 Sledge hammer 11 21.50 83 Wrench 34 7.50 Use one word tool name when working with tool name. If a space is detected in the input, scanf will ignore the remaining input. Instead of Electric sander, use Electric.sander, Electric-sander, or ElectricSander. If you really want to capture multi word tool name, then you have to use "gets" function to capture the entire input and the parse out the name, quantity and cost on your own. When you run the program the first time, no tool record will be available. You have to use option 3, 8 times to enter the above 8 records into the data file. For the purpose of this assignment, we will work only with two tool. Sample input / output required to turn in. (the items in red are just headings. Not part of the program output. Please use similar headings in your output submission.)
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY