Search:

Type: Posts; User: curmudgeon

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,178

    Re: Help with inventory program

    Never mind that you have an unsupported method that you're calling (and the easy fix is to put some decent code in the method and get rid of the throw exception line), why are you creating a new dvd...
  2. Replies
    7
    Views
    1,178

    Re: Help with inventory program

    The error is telling you exactly what is wrong. Look at the order of the parameters declared in the DVD constructor. Now look at the order that you're using when you try to call the constructor. That...
  3. Replies
    7
    Views
    1,178

    Re: Help with inventory program

    Thanks for the formatting, now for the rest of my request -- the details of your assignment and the problems with your current code.
  4. Replies
    7
    Views
    1,178

    Re: Help with inventory program

    First consider editing your original post and wrapping your posted code in
    tags so that it retains whatever formatting it has. Also tell us the specifics of just what the code is *supposed* to...
Results 1 to 4 of 4