Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Java has to be done in Repl.it IDE a log in, but if you create an account, it will save whatever work you've done

image text in transcribedUsing Java has to be done in Repl.it IDE

a log in, but if you create an account, it will save whatever work you've done - which is a good backup plan. If you choose not to create an account, make sure you backup your work by saving each lab solution below in something like Notepad or TextEdit. We recommend creating an account, but it's your call. Because you'll be using submitting to the Gradescope autograder, make sure that class names (for the Java/C#folks) are called Lab3A, Lab3B and Lab3C, and file names (for everyone) are called Lab3A, Lab3B and Lab3C (with an extension of .java, .cpp, or.cs). Also, please note that the output of your program needs to match the samples provided. Lab3A: Credit Cards. Financial advisors will almost always tell you that you should pay for things in cash and avoid credit card debt. Further, they tell you that you should have a small emergency fund that you keep stocked for emergencies like flat tires, dead refrigerators and so on. However, life doesn't always work that way and sometimes we need to charge things. So, for this part of the lab, we're going to write a calculator that calculates your minimum monthly payment on your card. To create this calculator, we will ask the user for 1) the current balance on their credit card and 2) the APR (Annual Percentage Rate) of the card. To calculate the minimum payment, you will multiply the current balance on the credit card (also called the amount owed) times APR and divide this number by 12 since there are 12 months in a year. The formula is Amount Owed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions