Assist me with a code to write a program that creates an array to hold bank balances for a bank's 20 clients .The program should display the average balance as well as highest and lowest balances in C++.I was given this as an assigment thanks in advance people

Recommended Answers

All 2 Replies

start out simple. First just write a progam thad declares an array of 20 floats. The expand the program to fill the array with 20 values. Once you get that done and tested you can continue the problem a little bit at a time.

This is called "divide and conquer" method of programming and is very efficient because you don't have a huge number of errors to correct all at the same time.

Please post the code you have written and ask specific questions about what you don't understand.

And can you show your code please?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.