Guest User

Untitled

a guest
Oct 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. public class stronger {
  2. private String Pets;
  3. public void setName(String Dog) {
  4. Pets = Dog;
  5. }
  6. public String getName() {
  7. return Pets;
  8. }
  9. public void strength() {
  10. System.out.printf("Who is stronger %s", strength());
  11. }
  12. }
Add Comment
Please, Sign In to add comment