Search:

Type: Posts; User: MFThomas

Search: Search took 0.09 seconds.

  1. Re: How do I add an element to the end of an array?

    Will
    mp3s[mp3s.length-1] = x place x at the end?
  2. How do I add an element to the end of an array?

    public class MP3_Player {

    private String name;
    private String maker;
    private double total_storage;
    private double used_storage;
    private int num_of_mp3s;
    public MP3[]mp3s = new...
Results 1 to 2 of 2