Question: Finishing coding the query responses #include #include using namespace std; int main ( ) { double balance = 0 ; char transType = '
Finishing coding the query responses
#include
#include
using namespace std;
int main
double balance ;
char transType ;
string id;
fstream file;
file.opendatadat", ios::out;
string continue Y;
while continue Y
cout "Enter in data idamounttype
;
cin id balance transType;
file id balance transType endl;
cout Do you want to continue YN
;
cin continue;
file.close;
Set up Queries to allow for
Get total of all balances
Get balance from C or S types
Find negative balances from any transaction
Get balance from a select id
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
