Search:

Type: Posts; User: victory1

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,892

    Ok I will type the entire question. A) Declare a...

    Ok I will type the entire question.
    A) Declare a single structure type suitable for an employee record consisting of an interger identification number, a last name(consisting of a moximum of 20...
  2. Replies
    8
    Views
    1,892

    I'm sorry I wasn't thinking part of the question...

    I'm sorry I wasn't thinking part of the question reads Declare a single structure type suitable for an employee record consisting of an array of six stuctures.
  3. Replies
    8
    Views
    1,892

    This is a single structure type.

    This is a single structure type.
  4. Replies
    8
    Views
    1,892

    Help with last part of struct

    #include <stdio.h>

    struct Info
    {
    int Id_Number;
    char Last_Name[20];
    float Pay_Rate;
    float Hours_Worked;
    float Gross_Pay;
    float Total_Gross_Pay;
  5. Replies
    5
    Views
    3,906

    Hi iMalc I got a little confused about this...

    Hi iMalc

    I got a little confused about this array program. I know that I have the first few loop correct but after that I'm not sure what to do. I do this all the time I'm able to figure out most...
  6. Thread: Script File

    by victory1
    Replies
    1
    Views
    1,560

    Script File

    #This program accepts three numbers and shows the largest of them
    #
    echo
    echo "Enter three numbers and I will show you the largest of them>> \c"
    read num1 num2 num3
    if test "$num1" -gt "$num2"...
  7. Replies
    5
    Views
    3,906

    Could you please explain what you mean by lvalue?...

    Could you please explain what you mean by lvalue? All I want to know is how to make this one dimensional array print out so it prints out Quantity Price and Amount with line underneath them.
  8. Replies
    5
    Views
    3,906

    Three ONE dimensional arrays

    #include <stdio.h>
    int main()

    {
    #define Bulk 10
    #define How_Much 10
    #define Sticker_Shock 10
    int Quantity[Bulk];
    int Price[How_Much];
  9. Replies
    16
    Views
    7,381

    I'm just trying to finish my associates degree in...

    I'm just trying to finish my associates degree in programming. I'm a little bit older with two young children who require my attention all the time so I don't have hours to research and read my C...
  10. Replies
    16
    Views
    7,381

    Thank you for all your help but I have to you a...

    Thank you for all your help but I have to you a FOR statement in this program.
  11. Replies
    16
    Views
    7,381

    The assignment reads convert Fahrenheit to...

    The assignment reads convert Fahrenheit to Celsius temperature in increments of 5 degrees. The initial value fo the Fahrenheit temperature and the total conversions to be made are to be requested as...
  12. Replies
    16
    Views
    7,381

    The assisgement I was given just ask the end user...

    The assisgement I was given just ask the end user to enter in ANY temp. to convert F to C. My teacher told me to go fish.
  13. Replies
    16
    Views
    7,381

    Hi again Ok I got that part which I do...

    Hi again
    Ok I got that part which I do appericate your help but for some reason my program is still in an endless loop. If you see something wrong with it could you please explain.

    Thank you
  14. Replies
    16
    Views
    7,381

    need explanation

    What do you mean by assignment? I'm trying to understand this.
  15. Replies
    16
    Views
    7,381

    Please help converting Fahrenheit to Celsius

    /* This program converts Fahrenheit to Celsius in increment of 5 */
    int main()


    {
    int main()
    /* This program converts Fahrenheit to Celsius in increment of 5 */
    {
    int Celsius,degreesF;
  16. Could someone please explain to me how to post a...

    Could someone please explain to me how to post a new message to the boards
Results 1 to 16 of 16