Search:

Type: Posts; User: Sleepwalker817

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    3,011

    Hello, This is what I have so far. ...

    Hello, This is what I have so far.



    #include <stdio.h>

    float get_startingbalance(void);
    float getCntOfWithdrawls();
    float getCntOfDeposits();
    float getEachDeposit();
  2. Replies
    4
    Views
    3,011

    c program help - functions

    Hello, I need some help with the program included below.



    #include <stdio.h>
    #include <conio.h>

    int main(void)
    {
  3. Replies
    4
    Views
    4,049

    Thanks for your help guys. I think I figured the...

    Thanks for your help guys. I think I figured the program out.



    #include <stdio.h>
    int main(void)
    {

    /* Output initial greeting and introduce program */
    /*...
  4. Replies
    4
    Views
    4,049

    c program help

    Hello, I am trying to create a program that is supposed to calculate and print the average of several grades entered by the user.

    The output is supposed to look something like this:...
  5. Replies
    6
    Views
    1,803

    Thanks to all of you for your help so far. This...

    Thanks to all of you for your help so far. This is my revised version of the program. I'm still not too sure about how to get the loop average so continued input is still appreciated.


    ...
  6. Replies
    6
    Views
    1,803

    c program help

    Hi, I need some help with a program that determines the kilometers per liter for 4 tanks of gasoline that a user fills in his/her car.

    Here is what I have so far:


    #include<stdio.h>...
Results 1 to 6 of 6