We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear, I'm new in programming and need of help for resolve the problem.
The sales data of a company's sales is stored in a file Txt that obeys the following format: branch(Filial), year_month, sales_count, total_dend.
Make a program that loads the data from the file into data structures and allows
Answer expressions such as:
total sales of subsidiaries with codes between 10 and 20
total sales of subsidiaries with codes between 10 and 20 in the months of Jan / 17 to Jun / 17
total sales of all branches(Filial) in the months of Aug / 17 to Oct / 17
Someone can help? Please.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Dear,
I'm new in programming and need of help for resolve the problem.
The sales data of a company's sales is stored in a file Txt that obeys the following format: branch(Filial), year_month, sales_count, total_dend.
Make a program that loads the data from the file into data structures and allows
Answer expressions such as:
total sales of subsidiaries with codes between 10 and 20
total sales of subsidiaries with codes between 10 and 20 in the months of Jan / 17 to Jun / 17
total sales of all branches(Filial) in the months of Aug / 17 to Oct / 17
Someone can help? Please.
The text was updated successfully, but these errors were encountered: