Advertisement
Guest User

Class SPecies

a guest
Oct 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Species {
  4.     public String name;
  5.     public String height;
  6.     public int age;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement