Assignment help.

Newbie Member
22Aug2010,15:47   #1
pagebreak's Avatar
Attached is the Assignment given by my lecturer. Can anyone help me on it? I just need a start. Thanks a lot. I believe it wont be something hard for fellow programmers. I appreciate all kinds of help. You may wanna contact me @ hanjie94@gmail.com
Attached Files
File Type: pdf Assignment1.pdf (267.7 KB, 7 views)
Newbie Member
22Aug2010,15:51   #2
pagebreak's Avatar
ah yes, it's Java.
Skilled contributor
17Sep2010,17:33   #3
ManzZup's Avatar
ahh its assignment then
its up to you to sigure out [even the prob is not hard]
anyway for the starting point make two classes
like this
i think you are prety aware with making constructors and things

class customer{
String name;
double loadAmt;
double salary;
}
class loan{}

just try to solve oit, do the maths part and post when there's an error