Question: Use java please For this question, you mast submit TWO files ( credioCard , java, and showCard,java ) . a ) Create a class and

Use java please
For this question, you mast submit TWO files (credioCard,java, and showCard,java).
a) Create a class and name it creditCard using information from the class diagram below, save the file as credicard.jana. The credirCard class has the atributes depicted in the class diagram below. Save the file as credirCard,java
Last name(String) First Name(string) Card Number (String) CVV (String)
Crodit Limit (Double)
a) The last 4 digits of Janes Clake 's credit card is 0073. Perform the following tasks
b) Create a simple java application and save the file as show Card.jana
c) In the main method search for the card ending with 0073 in the cardNumbers.r. file
d) When you find the card, use the card information to create an instance of the credit card class. The card has a credit limit of 90,000 and the CVV is 4312, first mame is James, and last name is Clake.
e) In the main method) of the show-Card.jova create an instance of the creditCard class and use these values to set the values of the atributes and display the values on the console. Mast use get and set methods to set and retrieve the values. Display the card information like the image below. Submit the credioCard.java, and show Card.java files to Blackboard
Card Ending with 0073 Information
First Name: James
Last Name: Clake
Card Number: 6011717356390073
CVV code : 4312
Card Type : Discover
Credit Limit: \(\quad \$ 50,000,00\)
Use java please For this question, you mast

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!