找回密码
 加入华同
搜索
黄金广告位联系EMAIL:[email protected] 黄金广告[email protected]
查看: 1230|回复: 2

高手啊,有没有人可以教我做JAVA程序啊

[复制链接]
发表于 2006-5-24 02:10:29 | 显示全部楼层 |阅读模式
汗,真是不知道怎么写,同学找了个哥哥,3个小时就搞定了,我编了3天,还有100多个错,可怕啊
( C2 `; Y% r" m& m# K有没有高手帮我哦,周5就要交了,我的邮箱是[email protected],谢谢啦
: }8 a2 ]) C3 {. e7 p% SRequirements:  
( X! b# W2 ]9 ?5 x- XConsider the three Java Classes: Borrow, RepayCalc and RepayCalcMenu, available from the  
- J, C+ w% y9 w+ w' D& O" ^/ k; W0 l, bAssignment 2 page on Vista.  ' Y) N! e; p- G
  
* Q" C8 S% ]. K/ n2 P2 V" l8 w, j1 zYou are required to perform the following tasks:  
, v# \9 x7 x* i* ]8 t  
6 M, Y0 W7 r! U7 `' u+ ^  u4 QThe RepayCalcMenu class: (Total maximum 20 marks available)  9 X, U/ y1 j7 p: W1 k+ G- G
/ s/ E$ i. Z8 x/ x) a, x: P
      1.   Provide a basic text-based interface to a Repayment Calculator for the Megalodon  
# ~9 j7 s, P$ r3 _! L6 y" o4 ~8 E2 R           Finance Company so that it can be used by the Megalodon staff members to  
; K6 u+ `) e4 I! X0 L/ w/ W           determine repayment options for their clients.  # l% p7 q5 ]  C! D" O0 X! _+ A# |9 n
6 Y6 Z) \$ K* n! s1 [4 U$ H& c
           The staff must be able to:  3 o2 ]7 }9 g% t+ H7 g
2 R% K' N/ _0 A: l+ P3 @' b
           *    Log on to the ‘system’ using their user name and a Personal Identification  
4 C3 u, ~6 d9 ?' K6 i+ K                Number (PIN), which a four digit number **.   1 N$ L: `/ j7 l* Q

* v7 y, h! A0 x3 w$ N% t                   *    The user should not be able to use the ‘system’ until they have provided the  $ O3 k  T6 T8 d9 \" [3 o
                        correct user name and PIN combination. You should give them a second or  
& h8 v5 F' {5 a) y                        third chance to get it right before shutting the ‘system’ down.   
8 G9 `1 G% @1 o- T5 ~. d! }5 N# ?4 v6 S/ H
  
3 k, r0 |2 _  I( ?                  
0 l/ k# E$ s/ w* m                ** You must use the user names and passwords provided in your individual  7 j7 U" @, y8 @; ?! }

- z* h2 B$ J7 c8 I                data available from the Assignment 2 page on Vista (see requirement 5 below).  ; i  @+ ?  N) `) z. A. l
                The user names and passwords should be included in your code, and the output  , Q( B9 D8 S7 K
                to the screen should prompt the user with the user names and passwords (for  
, X) g8 Y* t, ~1 |$ F, t3 M' D1 P- H* {5 k
                marking purposes).  
) [* |* c+ H# e; Q  d& U9 L# N4 r& k/ k9 a2 C2 R
                  
9 y# x2 T) F/ n* V4 w  F             ) r, K: V& V; P; ?6 L
*    The interface should provide a menu so that the staff can:  7 _& o, e8 t* }/ R4 P' j

& l# C, M0 X1 z! K                -    Perform a Repayment calculation  
  `. E" Q6 T! \, X; i' u) A. R- \4 a4 P- w9 M
                -    Print out to the screen the Repayment details  6 v( p/ M/ Q3 M9 Y/ a/ I8 ^/ H6 o

3 @' [* ]7 s# c: [; o. i                -     Change one, two, or all of the values for the current calculation  
; @2 e& {4 p; |0 T5 x# D
1 }5 f' @# l+ x3 O0 E  ?                -     Start a new calculation   6 z; W; J% }8 P: T+ u

* Q' P9 D. ]: c: }' n, u" N8 l                -    Leave the program.  
/ E" \3 ^# d) O2 [+ x6 N. z. lThe RepayCalc class: (Total maximum 10 marks available)  
7 S6 x2 T4 A6 N  E3 }, ~$ R) ^8 P; j  a$ N) k4 {/ O# g6 e0 w/ l3 d
     2.    Provide a method to accept three input values from the user:   9 W. w7 ]5 G, W6 v4 N! s6 Z9 M+ S

8 W7 t9 a' C# }3 k. F                -     the Amount to be Borrowed (to 2 decimal places, for example, 10550.00)  " q2 n" `& _: b' B: V8 U" i# d6 O
+ F: z5 x# ?) R3 r, q
                -     the Annual Interest Rate (to 2 decimal places, for example, 9.75)  
- l* C  _4 |, S+ V" O( a2 t, D1 m/ ]2 j9 Z9 X$ ]
                -     the Period of Repayment (in whole Years, that is, no fractions of a year)  
6 L: w* ?# ^% ]+ t' k  A+ ~# l  j3 B# B" l! G) o& Q
      3.   Provide a method to print out to the screen the three input values (accepted in  
' {% w2 K) k& m& W6 `; b           requirement 2), plus the repayment calculations:  
0 ]8 n* a% s) q
& I; l% }' z/ V                -     the Weekly repayments  
5 r- Z9 W( @5 a; l; o/ W% z
+ }* [3 C) {, t( X/ H                -     the Total repayment amount (Amount borrowed + Interest)  
: C* _2 G! `( x1 @8 t, j
* \1 z2 [$ `/ P+ v' L  
4 I0 m( r! o8 J+ c, J9 j! Q2 h1 v( N/ R7 q" b  Y7 y- I+ V1 c
The Borrow class: (Total maximum 40 marks available)   
! g0 |3 G- F- S' s1 s4 Y" w: _& \! Y$ I7 ~# [' x  f
     4.    Provide methods to perform the following tasks:  
+ d1 P0 {# _+ e4 r4 x0 o8 L# o) j8 X8 I. M1 Z7 a6 B
                -     to calculate the weekly repayments ***  * ~  R2 z, j. ~
% ]; |; _4 {* M/ Z1 Y" p
                -     to calculate the total repayment amount  
& g. X! \/ w( @
, m" d% ?, [( M. D, ~                -     to return the amount borrowed  8 n, {( S- V6 t9 e

1 u' V! C% X) g/ N                -     to return the borrowing period in years  
6 }/ q. w0 C- v  i1 W& q" e$ Y
: {# I0 ?! \' F" {                -     to return the borrowing period in weeks  4 S) {" _# {. P% m. l5 w; }

. X' S1 A" u: c& e' T                -     to return the annual interest rate  
# K+ N  w* T( w3 Y& w8 M' |& J3 d9 c% H1 y$ p
                -     to return the weekly repayments  
: b+ W7 B4 p: k: \( q$ }! F4 m( x" }
6 N9 M6 a* K" u, H* p9 ?                -     to return the total repayment amount   ' Y; Z$ \) h( p* S5 g: T2 ?5 k$ F
  j" I( }* y. N
                -     to reset the loan amount  0 g) o5 `% r- n) K

8 W' I5 J+ s: A% R$ J4 U$ S1 q4 ~1 D                -     to reset the annual interest rate  ) L# ]9 H: q6 z: Y( S
/ {' e3 ~4 f3 [
                -     to reset the loan period (in years)   
4 m! I8 ^3 }! C
2 P7 q& c; t) X       , C) a" i' G6 H  C( O
! ^3 `. D: `1 m' m- P
               
9 m+ c# n2 f& Q5 E! F( b  r      
9 \0 F! m+ f3 O              *** Use a simple interest calculation (not compound) formula, for example:   
) N/ w* }6 e! r9 J8 o* W$ ^' ]  z       ; u, n$ ?/ v/ h% x
             weeklyRepayment = (borrowedAmount * 1 + (annualInterestRate *  4 P  v# ~& c8 ^/ y4 c! X' |
             numberOfYears )) / numberOfPayments;  
3 {3 R2 j/ i/ p& w5 `( D) M/ X0 l! o9 ?1 c2 e4 \
         
, H* G% p2 j: i4 a# G
$ W/ r+ z$ ]; f7 _1 G& {       : G+ q+ E, T) T/ v" |' x% `8 T
! i2 A7 a0 G9 H0 v6 S
Individual Data (Maximum 10 marks available)  + ?' S4 @4 r3 p" }
$ F9 i( y7 s' v2 }1 |  I% q
      5.   You will be given two Megalodon staff member user names and passwords, plus a set  7 u/ p! I# f& @, }( O
           of data for each staff member to use to calculate repayment details. You will need to  
) _6 w: [: K. c# P' v: A           log onto the BSA104 Assignment 2 page on Vista to generate your individual data  
3 g& B/ t4 t3 P( A6 g, ~           and instructions for this requirement. You will need to use your University of  
( c$ w" M1 t8 j' e& W2 `5 _) g           Tasmania (UTas) student number.  9 j$ P: @& \  j" I
            
1 X, x! a" k8 C# U
( I+ Q/ v8 m% _5 [7 B" v* ?                                                        Page 2 of 5  ) {* ?+ T: R7 ^1 V* C
% ^/ ~- ~5 T" `; C
For requirement 5 use the following data:0 p( [/ ?! T0 M( E8 D4 y

3 O+ w/ q; ?$ A/ ]. N  c6 d  [# Data Set 1:6 [# c. @& A% N4 h
/ h+ g. m, G+ a+ e; [' u
User name: JordanM
$ Q. H9 P3 S5 R( F/ {Password:  Ferrari1 u0 ?9 e+ W: g' q
Borrowed: $ 749.95/ i  v( d+ M& E! [" x" z+ T$ H: {8 K
Interest:    15.0 %" e" k/ n# U  w7 j/ S  H% Y
Years:      4
- t* g. @; `( ?. I% N3 u' }
5 }7 r8 l- H3 z9 i# Data Set 2:* F, b3 L3 t* W% W' p0 H, B! H
2 d4 W7 S, A) h( s# F7 @
User name: KimZ5 d! z; Z1 {$ @- v% R
Password:  DimSim
! q) k. o: L; F! Z' B; `0 _Borrowed: $ 150500.25
: m" m$ b. b$ W! b! dInterest:    5.5 %
  D6 ^* l+ R  k! a0 a0 |Years:      7
- w- L  D* _4 f# M: b
' _# C4 i+ T2 @/ L* D  x# m$ N[ 本帖最后由 wwwsnailcom 于 2006-5-24 02:15 AM 编辑 ]
 楼主| 发表于 2006-5-24 10:52:42 | 显示全部楼层
怎么也没有里我啊,高手来呀
回复

使用道具 举报

发表于 2006-5-24 13:01:55 | 显示全部楼层
哦 对不起 爱莫能助。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 加入华同

本版积分规则

Archiver|手机版|小黑屋|华人同志

GMT+8, 2025-4-3 14:05 , Processed in 0.063953 second(s), 5 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表