public class Main { public static void main(String[] args) { Fish nemo = new Fish("Nemo", 1.5); nemo.eat(); nemo.swim(); } }