文件名称:ProjectA
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- z***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
a Java program that reads in the following values from the standard input device (i.e.
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%)
Y: the number of whole remaining years (for repayment)
M: the number of remaining months
Output:
The program should calculate and output the amount of monthly repayments in dollars and cents as
single value (e.g. $840.55)-a Java program that reads in the following values from the standard input device (ieKeyboard) and writes its result on the standard output device (ie Console/Monitor): Inputs: A: the loan amount in dollars and cents (eg 150000.00). r : the net annual interest rate, expressed as an integer (eg 10 which means 10) Y: the number of whole remaining years (for repayment) M: the number of remaining monthsOutput: The program should calculate and output the amount of monthly repayments in dollars and cents assingle value (eg $ 840.55)
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, expressed as an integer (e.g. 10 which means 10%)
Y: the number of whole remaining years (for repayment)
M: the number of remaining months
Output:
The program should calculate and output the amount of monthly repayments in dollars and cents as
single value (e.g. $840.55)-a Java program that reads in the following values from the standard input device (ieKeyboard) and writes its result on the standard output device (ie Console/Monitor): Inputs: A: the loan amount in dollars and cents (eg 150000.00). r : the net annual interest rate, expressed as an integer (eg 10 which means 10) Y: the number of whole remaining years (for repayment) M: the number of remaining monthsOutput: The program should calculate and output the amount of monthly repayments in dollars and cents assingle value (eg $ 840.55)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LoanRepay.java
projA-test-cases.txt
projA-test-cases.txt