Search:

Type: Posts; User: SoBlue

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,216

    The professor was just teaching us other ways...

    The professor was just teaching us other ways about doing things. The original assignment sheet told us to use the Get and Set functions.
  2. Replies
    3
    Views
    1,216

    Trouble with private portion of Classes

    Ok, so I'm working with classes and its been a little while. I basically have to add a new private definition to a program I have already written and change the rest of the program to fit the new...
  3. Replies
    7
    Views
    1,475

    Ok. Thanks Cat and Sly, thanks alot. My teacher...

    Ok. Thanks Cat and Sly, thanks alot. My teacher wrote it on the board as a+b+c == abc. I guess he assumed we would know to change 'abc' to 'a*b*c'.

    When it comes to programming with me, it's...
  4. Replies
    7
    Views
    1,475

    Well I have tried this... ...

    Well I have tried this...

    for(abc=100;abc<=999;abc++)
    {
    a=abc/100;
    ab=abc/10;
    b=ab%10;
    c=abc%10;

    if(a+b+c == abc)
  5. Replies
    7
    Views
    1,475

    Simple help. Breaking up "abc"

    Well its been the whole summer since I have programmed and I'm a little rusty. Also, my CS teacher from last semester did not teach me this, and my CS teacher this semester already expects me to...
Results 1 to 5 of 5