Search:

Type: Posts; User: koolbklyn

Search: Search took 0.01 seconds.

  1. Thread: Not working

    by koolbklyn
    Replies
    8
    Views
    1,239

    i am not allowed to use strstr. but i was told i...

    i am not allowed to use strstr. but i was told i can use points. the problem it i have no idea how to use pointers in this problem
  2. Thread: Not working

    by koolbklyn
    Replies
    8
    Views
    1,239

    i noticed that and fixed it but it still doesnt...

    i noticed that and fixed it but it still doesnt print anything.
  3. Thread: Not working

    by koolbklyn
    Replies
    8
    Views
    1,239

    Not working

    The program is suppose to look thought str and see if part can be found inside. problem is that it doesnt do that. can someone help me fix it?


    #include <stdio.h>
    #include <math.h>
    #include...
  4. Replies
    5
    Views
    1,062

    what is wrong

    a) Write a program that will determine who the killer is, by matching this fragment to the DNA of the Suspects. Note that this fragment has to match perfectly with a part of the DNA of the suspect. ...
  5. Thank You very much

    Thank You very much
  6. didn't help at all. still have the same problem....

    didn't help at all. still have the same problem. here is a bad output. look at the cents.

    Input the ammount of money: 1.49
    1.490000
    0.240000
    0.040000
    0.010000
    5 quarters
    2 dimes
    0 nickles
  7. Help figuring out why calculations are not working correctly

    Write a program that will calculate the types of coins that will add up to a Dollar cents number that is input by the user. For example if the user inputs 1.50, the program should output “6 quarters...
Results 1 to 7 of 7