Search:

Type: Posts; User: LopsidedElf

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,387

    you need to put the function total transaction...

    you need to put the function total transaction amount outside of int main(){} and call to it from within the main function so it would look sort of like this.



    int total_transaction_amount(int...
  2. Replies
    6
    Views
    2,310

    The space in the scanf worked great. Thanks for...

    The space in the scanf worked great. Thanks for the quick reply!
  3. Replies
    6
    Views
    2,310

    Thanks alot guys ill try those 2 things. Thats...

    Thanks alot guys ill try those 2 things. Thats alot!
  4. Replies
    6
    Views
    2,310

    Switch inside While issues

    I'm trying to make a very basic program that is supposed to mimic a tv of sorts, its supposed to be for learning switch statements, and i am supposed to do it within a while loop. Here is what i...
Results 1 to 4 of 4