Question

Credit card Payment Write a program to calculate t

I need the answer to problem 10.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer: Since the event procedure for Fig.5.3.1 is not available, the below solution is done by the assumption Vb program cod

Sample Output: Forml Old balance credits charge Calculate New balance Minimum Payment

Form1 Old balance 200 charge 150 credits 100 Calculate New balance 253 Minimum Payment 43.3

copyable code

Public Class Form1

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click

Dim val As Double

val = (TextBox1.Text * 1.5 / 100) + TextBox2.Text + TextBox3.Text

TextBox4.Text = val

If val <= 20 Then

TextBox5.Text = val

Else

TextBox5.Text = (val - 20) * 10 / 100 + 20

End If

End Sub

End Class

Add a comment
Know the answer?
Add Answer to:
I need the answer to problem 10. Credit card Payment Write a program to calculate the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Write a program to calculate the balance and minimum payment for a credit card statement. See...

    Write a program to calculate the balance and minimum payment for a credit card statement. See Fig. 5.27. The program should use the event procedure shown in Fig 5.28. The finance charge is 1.5% of the old balance. if the new balance is $20 or less, the minimum payment should be the entire new balance. Otherwise, the minimum payment should be $20 plus 10% of the amount of the new balance above $20. Event procedure for Exercise 10: PrivateSub btnCalculate_Click...

  • #1.) Here is a sample credit card statemet. Use the CARD Statement to answer problems a-...

    #1.) Here is a sample credit card statemet. Use the CARD Statement to answer problems a- d. CARD Statement Account Number 1234 1234 1234 1234 O Statement Closing Date 11/06/08 Credit Line $2,100.00 Available Credit $1,576.80 TERESA TORRES 123 ANY STREET CITY CA 12345 o Account Summary Previous Balance - Credits - Payments + Purchases & Other Chgs - Cash Advances • FINANCE CHARGE - New Balance Payment Information O New Balance O Scheduled Minimum Payment O Scheduled Payment Due...

  • Calculating minimum payment. You have a credit card with an APR of 36%. The minimum payment...

    Calculating minimum payment. You have a credit card with an APR of 36%. The minimum payment is 10% of the balance. Suppose you have a balance of $750. You decide to stop charging and make only the minimum payment. Calculate the minimum payment for the first and second payments. (Be sure to take into account the finance charges. Round your answers to the nearest cent.) first payment $ 75 second payment $ 67.5 eBook

  • 11. Calculating minimum payment. You have a credit card with an APR of 36%. The minimum...

    11. Calculating minimum payment. You have a credit card with an APR of 36%. The minimum payment is 10% of the balance. Suppose you have a balance of $800. You decide to stop charging and make only the minimum payment. The initial payment will be 10% of $800, or $80. Calculate the minimum payment for the next two months. (Be sure to take into account the finance charges.)

  • QUESTION 10 2 points Save Answer Manisha used her credit card to buy school books for...

    QUESTION 10 2 points Save Answer Manisha used her credit card to buy school books for $400. Later, she returned one book for $50. Manisha had a previous balance of $70. When Manisha got her new monthly statement, it showed a payment of $250 and a finance charge of $1.05. What will be the new balance on the statement? Path: p Words O QUESTION 1 2 points Save Answer Terry used his credit card to buy two suitcases. Together they...

  • Please help use this credit card table to answer the following questions. directions Use the credit...

    Please help use this credit card table to answer the following questions. directions Use the credit card statement below to answer these questions: 1. What is the date of the statement? 2. What is the Annual Percentage Rate (APR)? 3. What is the corresponding periodic rate? 4. What is the new balance? 5. What was the previous balance? 6. How many charges were made during the billing cycle? 7. How many credits and payments were made during the billing cycle?...

  • Write a C++ program to manage a credit card company with at least one ADT (Account)...

    Write a C++ program to manage a credit card company with at least one ADT (Account) with the following members: card number, customer name, credit limit, and balance. • The customer can pay the total amount of his/her balance or part of it. • The customer can make a purchase using the credit card. • The user can create, modify, and delete accounts. • All new accounts are created with $300 credit limit. • Customers’ data is stored in a...

  • The annual interest rate on a credit card is 12.99 If the minimum payment of ​$20...

    The annual interest rate on a credit card is 12.99 If the minimum payment of ​$20 is made each​ month, how many months will it take to pay off an unpaid balance of ​$879.99 Assume that no new purchases are made with the credit card.

  • Calculate the monthly finance charge for the credit card transaction. Assume that it takes 10 days...

    Calculate the monthly finance charge for the credit card transaction. Assume that it takes 10 days for a payment to be received and recorded, and that the month is 30 days long. (Round your answer to the nearest cent.) $350 balance, 17%, $300 payment; average daily balance method

  • Calculate the monthly finance charge for the credit card transaction. Assume that it takes 10 days...

    Calculate the monthly finance charge for the credit card transaction. Assume that it takes 10 days for a payment to be received and recorded, and that the month is 30 days long. (Round your answers to the nearest cent.) $300 balance, 17%, $50 payment (a) previous balance method (b) adjusted balance method (average daily balance method

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT