I messed up with my class assignment. Pl help me i did some so far.
File Ship

// public class Ship
{
//fields
private String name;
private double speed;

//constructors