Search:

Type: Posts; User: omalleys

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    5,764

    Help with an Array

    my program below currently sorts the records in the array in ascending order prior to searching, I am having trouble changing it so that the it sorts the array into descending order. if you have help...
  2. Replies
    3
    Views
    1,181

    whats wrong with this code

    i am trying to get this program to ask the user to answer whether or not the class is pass fail or for a grade. prior to asking what the weight of the grade is


    #include <stdio.h>
    char grade...
  3. Replies
    0
    Views
    1,250

    Help with Modifying Program

    i am at a loss as to how to go about adding this modification to the below program.

    MOD :
    need the prog. ask the user to enter midterm,final and weight for a student, to ask whether or not they...
  4. Replies
    2
    Views
    681

    if i understand correctly, i should put your...

    if i understand correctly, i should put your suggestion inplace of the scanf right before the switch statement.. correct???
  5. Thread: Program Help

    by omalleys
    Replies
    4
    Views
    914

    do you have to use that line for all of the...

    do you have to use that line for all of the printf lines or just the one?
  6. Replies
    2
    Views
    681

    Another need for help

    i was wondering if anyone could help me figure out how to change the below program so that instead of using a single statement to ask the user the and leap year codes, 0 or 1 you can enter a Y or N
    ...
  7. Thread: Program Help

    by omalleys
    Replies
    4
    Views
    914

    Program Help

    I need help figuring out how to change the below program so that its output is sent to a file.


    #include
    /*Jason Jones */
    main ()
    {
    int day_code, /* day_code = 0 means the month starts on...
Results 1 to 7 of 7