Write c++ program of March Madness Frenzy, use class in this program

Write c++ program by using iostream not
bits/stdc++.h
Use class in this program, create a separate function to
enter the file name and another function to display the output.
Then call both functions in “int main function”.
At the beginning of
program execution, the user enters the name of the file that
contains the data for the NCAA Tournament to be analyzed. You may
assume that the filename is correct, and that it is a csv file in
the format shown at the bottom of this page.
Display the path of
the winning team to the championship. This menu option finds the
path that the winning team took to get to the championship, and
displays the games played along the way. The games are displayed in
the order in which they are played, i.e. starting at round 1 up
until and including the final championship game. This can be done
iteratively. If you would like a challenge, can you solve this
recursively?
Output:
Enter the name of the file with the data for the NCAA tournament: mens_bracket_2021.csv
Path to the championship:
Round 1, Game 1: Baylor vs Hartford. Winner: Baylor
Round 2, Game 1: Baylor vs Wisconsin. Winner: Baylor
Round 3, Game 1: Baylor vs Villanova. Winner: Baylor
Round 4, Game 1: Baylor vs Arkansas. Winner: Baylor
Round 5, Game 2: Baylor vs Houston. Winner: Baylor
Round 6, Game 1: Gonzaga vs Baylor. Winner: Baylor

Enter the name of the file with the data for the NCAA tournament: womens_bracket_2022.csv
Path to the championship:
Round 1, Game 1: South Carolina vs Howard. Winner: South Carolina
Round 2, Game 1: South Carolina vs Miami (FL). Winner: South Carolina
Round 3, Game 1: South Carolina vs North Carolina. Winner: South Carolina
Round 4, Game 1: South Carolina vs Creighton. Winner: South Carolina
Round 5, Game 1: South Carolina vs Louisville. Winner: South Carolina
Round 6, Game 1: South Carolina vs UConn. Winner: South Carolina

Enter the name of the file with the data for the NCAA tournament: mens_bracket_2022.csv
Path to the championship:
Round 1, Game 1: Kansas vs Texas Southern. Winner: Kansas
Round 2, Game 1: Kansas vs Creighton. Winner: Kansas
Round 3, Game 1: Kansas vs Providence. Winner: Kansas
Round 4, Game 1: Kansas vs Miami (FL). Winner: Kansas
Round 5, Game 2: Villanova vs Kansas. Winner: Kansas
Round 6, Game 1: North Carolina vs Kansas. Winner: Kansas

Download the zip file that has starter code and csv files

Last Completed Projects

topic title academic level Writer delivered