Question: For c++ make it simple pls CSIT 575-Programming Fundamentals for Computer Science Lab #SB Objectives To learn to code, compile and run a program using

For c++ make it simple pls
 For c++ make it simple pls CSIT 575-Programming Fundamentals for Computer

CSIT 575-Programming Fundamentals for Computer Science Lab #SB Objectives To learn to code, compile and run a program using file input and an output file. Assignment Plan and code a program utilizing one file for input and one file for output to solve the following problem Orlando Tree Service, Incorporated, offers the following services and rates to its customers: Tree removal Tree trimming Stump grinding $300 per tree $50 per hour $20 per stump plus $2.00 per inch for each stump whose diameter exceeds ten inches. The $2.00 charge is only for the diameter inches in excess of ten. Write a complete program to allow the manager to provide an estimate when he bids on a job. Your output should include a listing of each separate charge, discount, and totals. A 10 percent discount is given for any job whose total exceeds $1000.00 Output each separate charge, discount, and the total charges. Input Estimate information from text file (SEE BELOW). Create the data file below using you're text editor or Notepad. A typical entry from the input file: R7 T6.5 G8 8 10 12 14 15 15 20 25 (7 trees removed, 6.5 hours trimming trees, 8 stumps ground down) (diameters of the stumps that were ground down, in inches) Where: Tree removal The integer following R are the number of trees removed Trimming- The real number following T are the hours spent trimming Stump grinding. The integer following G represents number of stumps to be ground. The second line (8 10 12..) are the diameters of the stumps ground, in inches. Data File R 7 T 6.5 G 8 8 10 12 14 15 15 20 25 ROT2.0 G1 9 R 3 TO GO RTOG4 8 1 27 30 ROTOG3 8 18 28 R 2 T 7.5 G2 10 20 X3 S 3.5 F 3 234 Output itemized estimate containing each separate charge and total charge to a file. Label all output clearly Turn in Program listing and program output. Be sure your output file contains what was input in addition to the results of your program processing. Label all output clearly. Output valid data to one file and all errors to an error file

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!