Search:

Type: Posts; User: cells

Search: Search took 0.01 seconds.

  1. Thread: need help

    by cells
    Replies
    2
    Views
    1,083

    need help

    It is obvious that I am new to c++, AnyWay Im combining two projects into one. I have questions about Switch structures, and nesting them with an if/else structure.

    My program should compute...
  2. Replies
    8
    Views
    1,439

    hollowing squares

    Foa a bonus question. /*My professior asked us to write a program which outputs a hollow square*/

    Example: ****
    ****
    ****
    ****

    OR ******
    ...
  3. Replies
    8
    Views
    2,266

    clueless professiors

    checking out the latest, in which I truly admire our programmers. Thanks to the board I am actually understanding c++;

    This is my first program language, my professior is cool. But he teaches...
  4. Thread: looking 4 help

    by cells
    Replies
    3
    Views
    1,848

    looking 4 help

    Im trying to caculat gross pay.

    my program needs to determine grossPay;
    if (hours<=40) then the person gets paid stright pay
    if(hours>40) then person gets time-and-half
    I should be able to...
  5. Replies
    46
    Views
    8,361

    What about me

    Mr. Rod I see u have earned bragging rights. How might I become as skilled as you? I mean I have a simple program I can't get together

    printf(" enter hours, -1 to end);
    scanf("%d",&hours);...
  6. Replies
    0
    Views
    769

    simple GrossPay\nOr is it;

    Why do I keep getting 0.00
    I am trying to find out a person gross pay.

    printf("Enter number hours worked, Enter-1to end");
    scanf("%d", &hours);
    printf("Enter rate of pay, Enter -1 to...
  7. Thread: over anxious

    by cells
    Replies
    0
    Views
    745

    over anxious

    Im working on my first code. Im freaking out. Im not sure if I need a counter. I am asking user to any any amout of worked hours. I need to out put pay. Based on what the user enter....
Results 1 to 7 of 7