subject
Computers and Technology, 28.12.2019 05:31 bear342

Assign coursestudent's name with smith, age with 20, and id with . use the print member method and a separate println statement to output coursestudents's data. sample output from the given program:

name: smith, age: 20, id:

// code from file persondata. java
public class persondata {
private int ageyears;
private string lastname;
public void setname(string username) {
lastname = username;
return;
}
public void setage(int numyears) {
ageyears = numyears;
return;
}
// other parts omitted
public void printall() {
system. out. print("name: " + lastname);
system. out. print(", age: " + ageyears);
return;
}
}
// end
// code from file studentdata. java
public class studentdata extends persondata {
private int idnum;
public void setid(int studentid) {
idnum = studentid;
return;
}
public int getid() {
return idnum;
}
}
// end
// code from file .java
public class {
public static void main (string [] args) {
studentdata coursestudent = new studentdata();

/* your solution goes here */

return;
}
}
// end

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 01:30
Someone wishes to run the software on another computer system that runs an operating system that does not support the software what can he do
Answers: 3
question
Computers and Technology, 23.06.2019 02:00
In the context of an internet connection, llc stands for leased line connection liability limited company local loop complex local loop carrier
Answers: 1
question
Computers and Technology, 23.06.2019 05:00
Which best explains why a digital leader would join a society specializing in technology
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
In the blank libreoffice writer document, to start the process of entering a date field into a letter, click on the insert menu. edit menu. file menu. fields menu.
Answers: 3
You know the right answer?
Assign coursestudent's name with smith, age with 20, and id with . use the print member method and a...
Questions
question
Mathematics, 01.07.2020 15:01
question
Mathematics, 01.07.2020 15:01
question
Biology, 01.07.2020 15:01
question
Chemistry, 01.07.2020 15:01
question
Mathematics, 01.07.2020 15:01
Questions on the website: 13722362