Question: In C++ how would I be able to write a program that takes an input file Current_Reservoir_Levels.tsv reads it and is able to store it
In C++ how would I be able to write a program that takes an input file "Current_Reservoir_Levels.tsv" reads it and is able to store it an array. Then the program asks the user to input a string representing the date (in MM/DD/YYYY format), and prints out the East basin storage on that day. The input file looks like:
the output should look like:

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
