Course Solutions Uncategorized (Solved) : Java Write Method Called Subtractpoints Added Customer Class Subtracts Ten Points Points C Q26207040 . . . .

(Solved) : Java Write Method Called Subtractpoints Added Customer Class Subtracts Ten Points Points C Q26207040 . . . .

 

JAVA

Write a method called subtractPoints(), to be added to theCustomer class, that subtracts ten points from the points thecustomer has. Write a program to create a customer object, insertvalue to its attributes and display the details of the object withan updated value of points.

public class Customer{

private String id;

private String name;

private int points;

public String getId() {

return id;

}

public String getName() {

return name;

}

public int getPoints() {

return points;

}

public String setId(String id) {

id=id;

}

public String setName(String name){

name=name;

}

public String setPoints(int points){

points=points;

}

}

public class Encapsulation{

public

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

(Solved) : Please Answer Questions Show Sketches Calculations Thanks Advance Q28643680 . . . .(Solved) : Please Answer Questions Show Sketches Calculations Thanks Advance Q28643680 . . . .

<br/><img src="https://media.cheggcdn.com/media%2F1d6%2F1d65bfbe-284a-46da-8de1-9db67aec84b5%2Fimage" alt="media%2F1d6%2F1d65bfbe-284a-46da-8de1-9d"/>Please answer all questions and show me sketches andcalculations<br/>Thanks in advance Expert Answer Answer to Please answer all questions and show me sketches and calculations Thanks