Question: A + Computer Science - Writing Classes Worksheet 2 DIRECTIONS : Fill in each blank with the proper java code. class Pet { private String
A Computer Science Writing Classes Worksheet
DIRECTIONS : Fill in each blank with the proper java code.
class Pet
private String name;
private int age;
public PetString int a
i
public void setAge int a
public void setName String n
q
public String getName
q
public int getAge
q
public string tostring
runner code
Scanner kb new Scanner Systemin;
for int r; r; r
System.out.print Enter a pet name ::;
String n kbnext;
System.out.print Enter a pet age ::;
String n kbnextInt;
Pet pet new Pet n a ;
System.out.println pet;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
