Maurice Tutor

(5)

$15/per page/Negotiable

About Maurice Tutor

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Algebra,Applied Sciences See all
Algebra,Applied Sciences,Biology,Calculus,Chemistry,Economics,English,Essay writing,Geography,Geology,Health & Medical,Physics,Science Hide all
Teaching Since: May 2017
Last Sign in: 304 Weeks Ago, 5 Days Ago
Questions Answered: 66690
Tutorials Posted: 66688

Education

  • MCS,PHD
    Argosy University/ Phoniex University/
    Nov-2005 - Oct-2011

Experience

  • Professor
    Phoniex University
    Oct-2001 - Nov-2016

Category > Computer Science Posted 28 Jul 2017 My Price 12.00

java console application

Write a java console application that calculates and displays the bank interest for N bank accounts. N shouldbe declared as a constant and it should be equal to the largest digit of your student ID number (e.g. if yourID number is S334261 then N should be equal to 6 and you can declare it as final int N=6). The interest isbased on total amount in account as shown below in Table 1.Table 1. Amount and InterestAmount Interest$0 - $1000 0% (no interest)$1001 - $5000 2.5%$5001- $10000 5%Over $10000 8% (high interest)The application should ask the user to enter the amount for each account (total N accounts) and calculate theinterest. The application should display the interest for each bank account as shown in the example below.At the end of the Nth account’s interest, the details such as total interest, lowest interest, highest interest,average interest and number of accounts with no interest should be displayed. The total interest is calculatedby adding the interest for all accounts. The lowest interest is calculated by finding the lowest value frominterests for N accounts. The highest interest is calculated by finding the highest value from interests for Naccounts. The average interest is calculated by dividing the total interest with the total number of accounts.The number of accounts with no interest is calculated by finding all accounts with zero interest.Example for N=4Enter the amount for account number 1: 500The interest for account number 1 is $0Enter the amount for account number 2: 2000The interest for account number 2 is $50Enter the amount for account number 3: 10000The interest for account number 3 is $500Enter the amount for account number 4: 12000The interest for account number 4 is $960--------------------------------------------------Interest Details-----------------------------------------------------Total Interest: $1510Lowest Interest: $0Highest Interest: $960Average Interest: $377.5Number of accounts with no interest: 1-------------------------------------------------------------------------------------------------------------------Your application is to follow the same format for input and output as in the example above, but with

Answers

(5)
Status NEW Posted 28 Jul 2017 02:07 PM My Price 12.00

Hel-----------lo -----------Sir-----------/Ma-----------dam-----------Tha-----------nk -----------You----------- fo-----------r u-----------sin-----------g o-----------ur -----------web-----------sit-----------e a-----------nd -----------acq-----------uis-----------iti-----------on -----------of -----------my -----------sol-----------uti-----------on.-----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- ca-----------tch-----------

Not Rated(0)