Login


Lost your password?

Don't have an account ?
Register (It's FREE) ×
  


Shop
Java All : Scanner Input


Exam Paper Problems

03J-2017 #7251

( As In Exam - ICSE2017 )

What is the difference between the Scanner class functions next() and nextLin

What is the difference between the Scanner class functions next() and nextLine()?

Term Deposit Recurring Deposit Calculation #7439

( As In Exam - ICSE2014 )

Using the switch statement. write a menu driven program to calculate the matu

Using the switch statement. write a menu driven program to calculate the maturity amount of a Bank Deposit.
The user is given the following options:
(i) Term Deposit
(ii) Recurring Deposit
For option (i) accept principal(P), rare of ¡interest(r) and time period in years(n). Calculate and output the maturity amount(A) receivable
using the formula

For option (ii) accept Monthly Installment (P), rate of interest(r) and time period in months (n). Calculate and output the maturity amount(A) receivable using the formula

For an incorrect option, an appropriate error message should be displayed.



Exam Paper Problems:2 
Back