Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Programming language is c programming. Pls avoid using cout and cin instead use printf and scanf. Your help is much appreciated. The tab delimited file
Programming language is c programming. Pls avoid using cout and cin instead use printf and scanf. Your help is much appreciated.
The tab delimited file "vehicle.txt" contains the sales information of different types of vehicles (car, MPV, bus and lorry) as follows: Month January February March April May June Car 100 150 125 75 80 95 MPV 75 25 66 35 30 33 Bus 50 45 22 30 15 35 Lorry 25 20 12 25 13 22 (a) Draw the flowchart to read the file calculate the sum of sales and average of sales for each type of vehicle, and then store it into a file named "sales.txt. (b) Write a C program to read the file, calculate the sum of sales and average of sales for each type of vehicle, and then store it into a file named "sales.txtStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started