Search:

Type: Posts; User: scarfish

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    5,083

    #include #include...

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


    int main(void)
    {
    float amountPurchase=0.00;
    float amountTendered=0.00;
    float change=0.00;
  2. Replies
    4
    Views
    5,083

    Hi, I would make something like this: and so...

    Hi, I would make something like this:

    and so on
  3. Replies
    5
    Views
    3,543

    or just call AddGrade with the adress of...

    or just call AddGrade with the adress of numGrades and use it in AddGrade as a pointer of a pointer of a pointer^^
Results 1 to 3 of 3