Search:

Type: Posts; User: jbyers19

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,073

    Need Help With Sub Procedures

    I need help putting this program I have done that works correctly into Sub procedures.


    #include<stdio.h>
    #include<string.h> /* Needed To Do Copy, Reverse & Compare */

    int main()
    {
    /*...
  2. Thread: HELP! Please

    by jbyers19
    Replies
    2
    Views
    954

    I've looked

    But I can't find out how to do this program to work properly
  3. Thread: HELP! Please

    by jbyers19
    Replies
    2
    Views
    954

    HELP! Please

    I need help and finishing this least amout of coins program but it has a twist were there is a coin on a value of $1.31 and i can't seem to get it to get the least amout of coins. For example $4.63...
  4. Ok, But What about trick coin!

    New code


    #include <stdio.h>

    int main()
    {
    /* Declaring variables */

    float moneyfloat,coins[7];
  5. Help! Program To Find The Least amount of coins with a twist

    I can't seem to figure out how to get this program to work with a trick coin of a $1.31 to work



    #include <stdio.h>

    int main()
    {
    /* Declaring variables */
  6. Replies
    5
    Views
    2,576

    k, but what about the trick coin how do i make it...

    k, but what about the trick coin how do i make it work.
  7. Replies
    5
    Views
    2,576

    No what CrazedBrit Said works, but I still can't...

    No what CrazedBrit Said works, but I still can't get least amount of coins with the trick coin in there and i don't know how to make it work.
  8. Replies
    5
    Views
    2,576

    Can't Get This Program To Work Properly

    I need to make a program to find the leas amount of coins but with a twist, there is a coin called a joinie that was added worth a $1.31 I don't know ow to get it run properly.





    #include...
Results 1 to 8 of 8