subject

SECTION A Instruction: Answer the following questions in credit store. py source file. Do not upload the constant. py file. You are required to upload the source file 10 minutes before the end of the examination. HUK computer store offers credit plan at 10% down payment and an annual interest rate of 12%. You are required to write a program called credit store. py to print a payment schedule for a loan to purchase a computer for the first month: a. Create two constants in the constant. py program. o annual interest rate = 12% o monthly rate = annual interest rate/12 b. import the constant file in the credit_store program c. Prompt the user for the purchase price. d. Display a table with the following headers: o The month number o The starting balance o The interest to pay o The principal to pay The monthly payment o The ending balance for that month e. The month number should begin with 1 f. Monthly payment is calculated at 5% of the purchase price. g. The amount of interest for a month is calculated as the purchase price * month rate h. The amount of principal for a month is equal to the monthly payment minus the interest owed. i. The ending balance remaining after monthly payment which is calculated as the starting balance - the monthly payment. SAMPLE OUTPUT Enter the purchase price: 900 Month Sta

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:10
Drag each label to the correct location on the imagelist the do’s and don’ts of safeguarding your password.keep yourself loggedin when you leave your computer.don’t write your password down and leave it whereothers can find it.share your password with your friends.each time you visit a website,retain the cookies on your computer.use a long password with mixed characters.
Answers: 1
question
Computers and Technology, 23.06.2019 03:30
In vista and windows 7, the appearance and personalization option allows you to change the
Answers: 1
question
Computers and Technology, 23.06.2019 09:30
You wanted to look up information about alzheimer's, but you were unsure if it was spelled "alsheimer's" or "alzheimer's." which advanced search strategy would be useful? a) a boolean search b) using a wild card in your search c) trying different search engines d) doing a search for "alsheimer's not alzheimer's" asap. ill give brainlist.
Answers: 1
question
Computers and Technology, 23.06.2019 18:00
File account.java (see previous exercise) contains a definition for a simple bank account class with methods to withdraw, deposit, get the balance and account number, and return a string representation. note that the constructor for this class creates a random account number. save this class to your directory and study it to see how it works. then write the following additional code: 1. suppose the bank wants to keep track of how many accounts exist. a. declare a private static integer variable numaccounts to hold this value. like all instance and static variables, it will be initialized (to 0, since it’s an int) automatically. b. add code to the constructor to increment this variable every time an account is created. c. add a static method getnumaccounts that returns the total number of accounts. think about why this method should be static - its information is not related to any particular account. d. file testaccounts1.java contains a simple program that creates the specified number of bank accounts then uses the getnumaccounts method to find how many accounts were created. save it to your directory, then use it to test your modified account class.
Answers: 3
You know the right answer?
SECTION A Instruction: Answer the following questions in credit store. py source file. Do not upload...
Questions
question
Mathematics, 26.09.2021 02:00
question
Mathematics, 26.09.2021 02:00
question
Mathematics, 26.09.2021 02:00
question
Mathematics, 26.09.2021 02:00
Questions on the website: 13722367