hi guys can you please help me with this exercise, its my first year studying C++ and im struggling
I am trying to write the code but i dont understand this Question "Suppose we wanted to validate the data captured for a customer that has two bank accounts in a while loop. The variable names for the bank account numbers are bankAccount1 and bankAccount2. The variable names for the balances of each account are balance1 and balance2. A customer cannot have negative balances for each of the accounts. Additionally bankAccount1 and bankAccount2 cannot hold the same bank account number.Write down a correct condition for the while loop that validates the bank account numbers and the balances of each account.Please Help!!!!!