Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please complete this program in C++ language: Problem: Justworks wants to generate insight from a list of banking transactions occurring in customer accounts. We want

image text in transcribed

Please complete this program in C++ language: Problem: Justworks wants to generate insight from a list of banking transactions occurring in customer accounts. We want to generate minimum, maximum and ending balances by month for all customers. You can assume starting balance at beginning of month is 0 . You should read transaction data from csv files and produce output in the format mentioned below. You can assume -ve number as debit and +ve number as credit Please apply credit transactions first to calculate balance on a given day. Please write clear instructions on how to run your program on a local machine. Please use dataset in Data Tab to test your program. You do not need to add Column Header in output. Please assume input file does not have header row. Input CSV Format: CustomerID, Date, Amount Output Format: CustomerID, MM/YYYY, Min Balance, Max Balance, Ending Balance

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

50 Tips And Tricks For MongoDB Developers Get The Most Out Of Your Database

Authors: Kristina Chodorow

1st Edition

1449304613, 978-1449304614

More Books

Students also viewed these Databases questions