your class must contain the followings 20


Your class must contain the followings (20 points):Code a simple class in JAVA classed “Student.
· Variables (name, age, addressStreet, city, state, zip, country)
· Setter and Getter methods
Example:
public void setName(String name) {
this.name = name;
}

public String getName() {
return name;
}

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: your class must contain the followings 20
Reference No:- TGS0326609

Expected delivery within 24 Hours