Search:

Type: Posts; User: Xlayer

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    4,214

    I started my Calculator program. It compiles...

    I started my Calculator program. It compiles fine, but when it reaches "Enter a Math Operator: " it doesn't wait for the user to input an operator. Instead, it automatically skips to "Enter Your...
  2. Replies
    20
    Views
    4,214

    This is great that you guys are talking about...

    This is great that you guys are talking about standards, but you all are ignoring a couple key things here: which I have now bolded in my original post. Please re-read.
  3. Replies
    6
    Views
    7,287

    Yeah, you have 2 separate loops. I would re-think...

    Yeah, you have 2 separate loops. I would re-think how you are solving this problem. You could write this program, with one loop that executes until the sum equals or is greater than 100. Also, are...
  4. Replies
    6
    Views
    7,287

    I only started learning C yesterday, but I think...

    I only started learning C yesterday, but I think that that should be:

    ...because you want that loop to repeat until the sum is >= to 100.

    I might be wrong though. I have less than 1 month of...
  5. Replies
    20
    Views
    4,214

    I finally figured out how to use Codeform. I had...

    I finally figured out how to use Codeform. I had to use the online version though. Here is my code for the Fibonacci Number Program.

    I used this website to figure out what a Fibonacci Number was:...
  6. Replies
    20
    Views
    4,214

    Thanks for all the help and for the program...

    Thanks for all the help and for the program ideas. I am going to start with the Fibonacci Numbers program. I am now reading over what Fibonacci Numbers are after which, I will attempt to write the...
  7. Replies
    20
    Views
    4,214

    Dwks, can you give me a program to attempt to...

    Dwks, can you give me a program to attempt to write in C for tomorrow? If you can, please make it fairly simple, and then you can check it. Then we could just keep moving up in increasing difficulty.
  8. Replies
    20
    Views
    4,214

    Thank you, I changed both and before that...

    Thank you, I changed both and before that explanation of the scanf thing I didn't even really understand what I was doing when I put the \n. Now, I understand that it "requires that the user types a...
  9. Replies
    20
    Views
    4,214

    Help an ambitious 16 year old learn C

    This is not a question anyway related a single homework assignment, but rather a request for someone to help someone learn C on the side, without them taking a class. This post starts out with some...
Results 1 to 9 of 9