Topic:
Create a basic C++ program that records data to an excelsheet.
Requirements:
-You are required to ask a minimum of two questions to eachstudent, including yourself.
1.How much do you pay for gas each week
2.How much do you drive per day on average
-The user should have the option to select pool size (totalnumber of samples).
-An excel output with all the data collected should be theresult of your program.
Expert Answer
Answer to Topic: Create a basic C++ program that records data to an excel sheet. Requirements: -You are required to ask a minimum …