- Assume the bank has 3 clients. Assume every client has 3 accounts. Use a two-dimensional array to store the credit of each account for each user. The array should look like this:
Amount in account 1 for user 1 Amount in account 2 for user 1 Amount in account 3 for user 1
Amount in account 1 for user 2 Amount in account 1 for user 2 Amount in account 3 for user 2
Amount in account 1 for user 3 Amount in account 1 for user 3 Amount in account 1 for user 3
husres 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
Learner010 99 Posting Whiz in Training
samwel mramba 0 Newbie Poster
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.