Search:

Type: Posts; User: MFThomas

Search: Search took 0.08 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...
  3. Replies
    1
    Views
    1,076

    [SOLVED] Need serious help starting this assignment

    [delete this]
Results 1 to 3 of 3