Search:

Type: Posts; User: Takumi8374

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,228

    revised program

    #include<stdio.h>

    #define NAME 25
    #define SOCIAL 12
    #define PHONE 15
    #define QUIZ 13
    #define EXAM 13
    #define FINAL 3
    #define SIZE 2
  2. Thread: QUick Q

    by Takumi8374
    Replies
    1
    Views
    6,905

    QUick Q

    how do u put a function in a structured program, say like the 3 quiz scores are in a structure and also 3 exams, i want to put that in a functions where it evaluates the final grade which is average...
  3. Replies
    5
    Views
    2,228

    Grade Evaluator

    Hi, I dont really know how to write the function to compute the final score, which is equal to 0.75(quiz1+quiz2+quiz3)+0.25(exam1+exam2+exam3).





    #include<stdio.h>

    #define NAME 25...
  4. Replies
    3
    Views
    1,105

    revised code

    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    #define NUM_FACES 13

    void shuffle( int wDeck[][ 13 ] );
    void deal( const int wDeck[][ 13 ], const char *wFace[],
    const...
  5. Replies
    3
    Views
    1,105

    Can some1 help me plz

    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>

    #define NUM_FACES 13

    void shuffle( int wDeck[][ 13 ] );
    void deal( const int wDeck[][ 13 ], const char *wFace[],
    const...
Results 1 to 5 of 5