Search:

Type: Posts; User: Mackology101

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,041

    Challenge?

    Does anyone want the challenge of writing an inventory c program for me?
  2. Replies
    16
    Views
    2,231

    Someone Please Help Me!!!!!

    Someone Please Help Me!!!!!
  3. Replies
    16
    Views
    2,231

    "xErath" The While does belong to the do-while.

    "xErath" The While does belong to the do-while.
  4. Replies
    16
    Views
    2,231

    HOW ABOUT THIS? #include ...

    HOW ABOUT THIS?



    #include <stdio.h>
    #define interest = .02
    int main ()

    {
    int date, choice, option1, option2;
  5. Replies
    16
    Views
    2,231

    What about my indentations now? Can you see what...

    What about my indentations now? Can you see what the problem is?



    #include <stdio.h>
    #define interest = .02
    int main ()

    {
    int date, choice, option1, option2;
  6. Replies
    16
    Views
    2,231

    Do While Loop Need Help Fast!!!

    Im trying to set this do while loop in my code and it keeps giving me an error .



    #include <stdio.h>
    #define interest = .02
    int main ()

    {
    int date, choice, option1, option2;
  7. Where do i put the code?

    Where do i put the code?
  8. Distance Formula in my program..... I need help fast!!!

    I need help with using the distance formual in my program. I dont know the proper way to use the square root function. I have figured out how too properly input the part of the distance formula that...
  9. Replies
    5
    Views
    1,597

    Thanks alot man it worked you are a life...

    Thanks alot man it worked you are a life saver!!!!!
  10. Replies
    5
    Views
    1,597

    Where do i put the floating-type variable? (sorry...

    Where do i put the floating-type variable? (sorry im a freshman in college and im very new to Programming)
  11. Replies
    5
    Views
    1,597

    Need Help Fast!!!!

    This is my program so far:

    /* This Program has been created to figure out how much it cost to build a Fish Tank. This will be done by inputing the Width, Length, and Height in which the computer...
Results 1 to 11 of 11