Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java Coding Concepts - Lab 1 Checking Account

OTG-467455Nov 3 2017 — edited Nov 3 2017

The lab states the following:

pastedImage_2.png

In the real world one finds that the following differences between savings and checking accounts at banking institutions:

| Characteristic/Behavior | Savings | Checking |
| Accepts deposits (Positive values) | Yes | Yes |
| Accepts withdrawals (Negative values) | Yes | Yes |
| Accrues interest on positive balances | Yes | No |
| Only positive balances permitted (zero or greater) | Yes | No |
| Overdraft facilities (negative balances allowed) | No | Yes |
| Interest charges on negative balances | No | Yes |

Is it OK to go a little further than my interpretation of the Lab requirements?

Message was edited by: OTG-467455

This post has been answered by NickR2600-Oracle on Nov 3 2017
Jump to Answer

Comments

Alfredo Rendon

Excellent explanation about EM as a troubleshooting tool!!

S-R-GRasS

Thanks, very interesting!

Gbenga Ajakaye

Exhaustive, but insightful. Thanks for the write up.

1 - 3

Post Details

Added on Nov 3 2017
1 comment
203 views