No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.
Course Queries 4 Answers
Course Queries 5 Answers
Course Queries 1 Answers
Course Queries 3 Answers
Course Queries 4 Answers
manpreet
Best Answer
2 years ago
My task is to revise this program so that before updating the current balance in an account which was the current balance becomes the previous balance.**So for example, if the column "Current Bal" holds a value of 100 and the column "Previous Bal" holds a value of 50...when updated the "previous bal" column will then need to take the value of 100 while a new value is updated into the "current bal" column. When an update is done in place of an insertion, the former current balance should become the previous balance. In the case of an insertion of a new account, the previous balance should be set to zero and the current balance becomes the new balance. This is my code... Can someone point me in the right direction??? Thanks in advance!