Question: pls help me do this code subject :into to java i need it urgent pls refer to the question and i need the code to
LEARNING OUTCOMES By completing this assignment, students should be able te Assign expressions to variables Perform arithmetic cakulations using lava Implement console user input/output in their programs. Use if-else statements to control the flew of gic ina program use loops to repeat statements in a program SPECIFICATION Compound Value Suppose you save $100 each month into a savings account with the annual interest rate SN. So, the monthly interest rate is 0.05 / 12-000417. Ater the fist month the value in the account becomes 100 * (1+0.00417)= 100.417 After the second month, the value in the account becomes (100 + 100.417) (1+ .00417) - 201.252 After the third month, the value in the account becomes (100 + 201 252)* (10.0041)- 302 s07 and so on. Write a program that prompts the user to enter an amoune jeg 100, the annual interest rate (eg. SL and the mumber of months (eg. , and displays the amount in the savings after the given month DEUVERABLES The following items must be uploaded to Blackboard before or on the due date 1. Areport ino more than 1000 words, excluding the source code) containing the following sections: L Analynis Describe the problem including input and output in your own words. . Design Describe the major steps for solving the problem. You may even include pseudocode, flowcharts, or relevant design diagrams to help describe the design of your solution. . Testing Describe how you test this program. The following table may be used to document your test cases. TestD Deseription Expected Reuts Actual Reuts Source code Include your source code here. Please ensure that your program is properly commented w. GRADING RUBRIC LEARNING OUTCOMES By completing this assignment, students should be ablet Assign expressions to variables Perform arithmetic calculations using Java Implement console user input/output in their programs Use If-else statements to control the flow of legic ina program. Use loops to repeat statements in a program. SPECIFICATION Compound Value Suppose you save $100 each month into a savings account with the annual interest rate SK. So, the monthly interest rate is 0.0s/ 12-0.00417. After the finst month, the value in the account becomes 100 (1+0.00417)- 100.417 After the second month, the value in the account becomes (100 + 100.417) * (1+0.00417) - 201.252 After the third month, the value in the account becomes (100 + 201.252) * (1+ 0.00417) - 302 s07 and so on. Write a program that prompts the user to enter an amount jeg 100, the annual interest rate (eg S1. and the number of months (eg. 6, and displays the amount in the savings after the given month DELIVERABLES The following items must be uploaded to Biackboard before or on the due date: 1. Areport (no more than 1000 words, excluding the source code) containing the following sections L Analysis Describe the problem including input and output in your own words. . Design Describe the major steps for solving the problem. You may even include pseudocode, flowcharts, or relevant design diagrams to help describe the design of your solution. H. Testing Describe how you test this program. The following table may be used to document your test cases. Test D Description Expected Resuts Actual Results Source code Include your source code here. Please ensure that your program is properly commented
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
