Question: Please do lesson 3 in C++ Working with file Sample input file: Lesson O Y Create a project for this lab O N Right click
Please do lesson 3 in C++

Working with file Sample input file: Lesson O Y Create a project for this lab O N Right click on the SOURCE FILE folder and select ADD and then EXISTING ITEM Browse for billfile.cpp wherever you stored the lab files. Put a comment at the top of the file with your name and the lesson number. Do exercise 1, &2 Sample output screen: Exercise 1 in-statelout-state room and board Total Fees Student1in-state Student 2 in-state Student 3 ut-of-state Student 4 in-state Student 5 out-of-state yos no yes yes no $10800.00 $8000.00 $12300.00 $10800.00 $9500.00 Create a data file called transaction.dat that has the following information 10.98 Exercise 1 Fill in the blank and the statements that will read the data from the file and print the following to bill.out: The total bill is $241.56 Lesson 3 Create a new project The University of Guinness charges $8000 per semester for in-state tuition and $9500 for out-of-state tuition. Room and board costs $2800. Write a program that reads the residential status (I or O), and whether or not room and board is requested (Y or N) for 5 students from a file. Echo print the input values and total for each student to the screenisee sample output screen) You will need a SRR source file (call it Lab5.cpp You will need to create the input file (Save it in the project directory)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
