// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. /* Thomas Trinh CST116 Lab 3: New York, New York Goal: In this lab you'll be processing data about New York Yellow Taxies. You will read the data from a file and do some calculations. */ #include #include using namespace std; string txtfile; float Tfare = 0; float CostPerMile = 0; int main() { cout << "Enter the input file name including extension (either small.txt or large.txt): "; cin >> txtfile; cout << endl; Tfare = fare + toll; if (distance = 0) { CostPerMile = 0; } else { CostPerMile = fare / distance; } }