Search:

Type: Posts; User: m2msucks

Search: Search took 0.08 seconds.

  1. Replies
    16
    Views
    15,760

    Re: Designing an Account Class

    Ok I understand.
  2. Replies
    16
    Views
    15,760

    Re: Designing an Account Class

    Nevermind I got it.

    Here's the finished code:

    import java.util.Date;

    public class AccountProblem {
    public static void main(String[] args) {
    //create an instance object of class Stock...
  3. Replies
    16
    Views
    15,760

    Re: Designing an Account Class

    @mccolem I just read the whole thing and I still have no idea what to type.

    @copeg Why was ravindu's post edited? I want to know what it said.
  4. Replies
    16
    Views
    15,760

    Re: Designing an Account Class

    Yes I did. I'm guessing you are doWhile over on that forum. I fixed up my code and got it to compile.

    Here is the revised code:

    import java.util.Date;

    public class AccountProblem {
    public...
  5. Replies
    16
    Views
    15,760

    Re: Designing an Account Class

    "You attempt to access a constructor in the Account class with 3 parameters - there is no constructor of that definition."
    I'm trying to access this constructor:

    //constructor with specific id...
  6. Replies
    16
    Views
    15,760

    Designing an Account Class

    Here is my attempt:

    import java.util.Date;

    public class AccountProblem {
    public static void main(String[] args) {
    //create an instance object of class Stock
    Account myAccount =...
Results 1 to 6 of 6