Question
The City College of CUNY Department of Computer Science CSc 10200 Introduction to Computing Summer 2018 Project 16 July 2018 Consider the text file 2013-07
The City College of CUNY Department of Computer Science CSc 10200 Introduction to Computing Summer 2018 Project 16 July 2018 Consider the text file \"2013-07 Citi Bike Trip Data.txt\" posted on Blackboard-the input file. Write a C++ users for each bike station. The program will write its output into another text file bike statistics.txt- the output file.
program to compute number of male, female, and unknown
Input Format:
Each line in the input file contains the recorded information of a single trip from a starting bike station to an end bike station:
Trip Duration
Start Time
Stop Time
Start Station Id
Start Station Name
End Station Id
End Station Name
Bike Id
User Type
User Gender
Output Format :
The output file will contain a line (or lines) at the beginning of the file explaining the output. This is followed by the following line and corresponding computed values shown as a table below
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started