Search:

Type: Posts; User: Murk

Search: Search took 0.00 seconds.

  1. Thread: Digits...

    by Murk
    Replies
    8
    Views
    1,856

    Actually, I am going to try that one.

    Actually, I am going to try that one.
  2. Thread: Digits...

    by Murk
    Replies
    8
    Views
    1,856

    I guess my big question was a means of...

    I guess my big question was a means of shortening. When I get up to the more complex programs, I don't want to be using the same old method of long definitions for my variables, as I can only assume...
  3. Thread: Digits...

    by Murk
    Replies
    8
    Views
    1,856

    A quick rundown of how it is "wordy:" pen =...

    A quick rundown of how it is "wordy:"

    pen = (tot - ((twe * 2000) + (te * 1000) + (fiv * 500) + (wun * 100) + (qua * 25) + (dim * 10) + (nick * 5))) / 1;

    that's my penny value right now.
  4. Thread: Digits...

    by Murk
    Replies
    8
    Views
    1,856

    Right now it's still concept, that's the whole...

    Right now it's still concept, that's the whole problem I assume.

    What I am trying to do is basically a "change" procedure. I want somebody to enter a total (say 21.45) and have the program give...
  5. Thread: Digits...

    by Murk
    Replies
    8
    Views
    1,856

    Digits...

    So I am only really just starting out down the line of learning how to program in C, and I am trying to create a program that reads input in a certain way. Specifically, I want my program to only...
Results 1 to 5 of 5