Ask a New Question
Search
Questions and answers by
Sarfaraz (C++)
Answers (1)
#include using namespace std; int main() { int account_number=0; float beginning_balance=0; float total_charges=0; float total_credits=0; float credit_limit=0; float balance=0; float counter=0; while( account_number != -1 ) { cout