Question
IN JAVA! Do the next 4 steps for the question: INSTRUCTIONS: Use the steps presented in class to help you solve the problems. You are
IN JAVA! Do the next 4 steps for the question:
INSTRUCTIONS: Use the steps presented in class to help you solve the problems. You are not required to write the associated Java code. 1. Draw a structure chart 2. Write pseudocode and identify the needed variables. 3. Perform a desk check. 4. Draw a flowchart that incorporates the variable names.
*Please draw out the flow chart, the structure chart. Please fully write down the pseudocode and the variables you use! Please also write out the desk check. THAT'S HOW IT WAS ASKED TO DO. I WILL GIVE A THUMBS UP FOR THAT. JUST WRITING IT ALL OUT DOES NOT HELP ME UNDERSTAND THIS!
THE QUESTION: Design an algorithm that calculates the monthly payment on a loan from values provided from the user for the total loan amount, annual interest rate, and the term (in years) of the loan. The equation you will use is given by: = (1 + ) (1 + ) 1 You will need to convert the interest rate to a monthly rate in decimal format, and the term into months. The output should include the monthly payment as well as the total money paid over the course of the loan. (Note you are not expected to take into account that the initial loan amount changes after each monthly payment---we will get to that fun problem later in the quarter). Desk check with inputs of $120,000, 30 year term, at an annual interest rate of 7%.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started