Computers and Technology

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

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 14:30, binodkharal2048
Hi plz 11 ! when planning a table, what step comes first: "define the column headers" or "calculate the number of columns/rows"? a. calculate the number of columns/rows b. define the column headers
Answers: 1
image
Computers and Technology, 22.06.2019 17:30, uh8hardiek
Ou listened to a song on your computer. did you use hardware or software?
Answers: 2
image
Computers and Technology, 22.06.2019 21:00, daniella0123
Simon says is a memory game where "simon" outputs a sequence of 10 characters (r, g, b, y) and the user must repeat the sequence. create a for loop that compares the two strings starting from index 0. for each match, add one point to userscore. upon a mismatch, exit the loop using a break statement. assume simonpattern and userpattern are always the same length. ex: the following patterns yield a userscore of 4: simonpattern: rrgbryybgy userpattern: rrgbbrybgy
Answers: 2
image
Computers and Technology, 22.06.2019 22:00, mrnotsosmart744
Discuss the ways in which electronic information associated with payments is addressed in terms of security. include encryption, secure sockets layers, and secure electronic transactions in your discussion. are there any other ways that consumers and businesses can keep their payment information secure in an electronic commerce environment? do you feel that your information is safe when conducting electronic business? why or why not?
Answers: 1
Do you know the correct answer?
SECTION A Instruction: Answer the following questions in credit store. py source file. Do not upload...

Questions in other subjects:

Konu
Mathematics, 08.09.2021 03:00
Konu
Mathematics, 08.09.2021 03:00
Konu
Mathematics, 08.09.2021 03:00