Search:

Type: Posts; User: GregBrannon

Search: Search took 0.22 seconds.

  1. Re: please help me find errors on my code,please give me reasons why i keep getting errors

    See post #3 and apply the advice given there. We won't rewrite your code for you.
  2. Re: please help me find errors on my code,please give me reasons why i keep getting errors

    // this is a constructor (notice no return type, not even void)
    public Accounts ()
    {
    principal = 50000;
    interest = 5;
    time = 3;

    // this is a return statement. constructors...
  3. Re: please help me find errors on my code,please give me reasons why i keep getting errors

    Welcome to the Forum! Thanks for taking the time to learn to post code correctly, and if you haven't already, please read this topic to see other useful info for newcomers.

    Though you managed to...
Results 1 to 3 of 3