Search:

Type: Posts; User: Siobhan Burke

Search: Search took 0.08 seconds.

  1. Re: HELP! I am creating a simple MP3 player and have an error dont know how to fix it

    Sorry, its my first time posting something on this forum.
    MP3.java:45: error: <identifier> expected
    public double compareTo(otherMP3.capacity)
    ^
    1...
  2. HELP! I am creating a simple MP3 player and have an error dont know how to fix it

    public class MP3
    {

    private String name;
    private String title;
    private int year;
    private double time;
    private double capacity;

    public MP3()
Results 1 to 2 of 2