CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Nin9tySe7en

Search: Search took 0.02 seconds.

  1. Re: C# Help: I can't find my coding error... :(

    Ive made some changes based on the last comment.
    And new problems have been noticed, such as: sometimes the message "you missed 3 times. the answer...." will appear to soon.




    I've forgotten...
  2. Re: C# Help: I can't find my coding error... :(

    Okay, so I changed it to "while (chances < 3 && answer != number1 + number2);" and instead of getting 3 points each time. I get 5, unless I get it wrong 2 times and the third time is correct. So......
  3. [RESOLVED] C# Help: I can't find my coding error... :(

    The issues Ive noticed is that the score is not increasing properly... it goes up by 3, when it should be increasing by 10.

    Computers have been widely used to test students on their ability to...
  4. Replies
    13
    Views
    20,442

    Re: C# do-while? Necklace Problem

    Final Question.... most likely. xD
    I was studying the coding trying to make sense of everything so what I did was I re-wrote it all in my own style. I have come to understand everything except for...
  5. Replies
    13
    Views
    20,442

    Re: C# do-while? Necklace Problem

    this brings up another point. How would I make sure that the person is to type in a single-digit number/integer. There is nothing stopping them from typing in a decimal ?
  6. Replies
    13
    Views
    20,442

    Re: C# do-while? Necklace Problem

    Okay thanks :D. And one last question- What does " if (a >= 10) a &#37;= 10; " do ?
  7. Replies
    13
    Views
    20,442

    Re: C# do-while? Necklace Problem

    You said don't hesitate to ask questions... So I didn't. xD
    BTW. THANKS SO MUCH
  8. Replies
    13
    Views
    20,442

    Re: C# do-while? Necklace Problem

    Oh your right. How exactly would I do that ?
  9. Replies
    13
    Views
    20,442

    [RESOLVED] C# do-while? Necklace Problem

    This problem begins with two single-digit numbers. The next number is obtained by adding the first two numbers together and saving only the ones-column-digit.This process is repeated until the...
  10. Replies
    10
    Views
    12,950

    Re: C# Loop Help :$

    Lol, your mistaking me for someone who knows how to use c#.
    I have no idea how to use it. So when you say "play around with the code and make it work how you need it to" your basically telling a 3...
  11. Replies
    10
    Views
    12,950

    Re: C# Loop Help :$

    I don't stand what you've explained to me here. I need to make something like:
    1 0.04
    2 0.08
    3 0.12
    .....
    48 1.80
    49 1.83
    ...
    all the way to 120 eggs.
  12. Replies
    10
    Views
    12,950

    Re: C# Loop Help :$

    namespace Assignment___ErnestEggs___Part_2
    {
    class Program
    {
    static void Main(string[] args)
    {

    Console.WriteLine("\n\n");
  13. Replies
    10
    Views
    12,950

    Re: C# Loop Help :$

    Seriously... No offense, but in my situation that's just not going to work at all. As I've said I'm NEW. I barely know any codes, and the ones I do know, I've learned from examples or people showing...
  14. Replies
    10
    Views
    12,950

    [RESOLVED] C# Loop Help :$

    Ernesto’s Eggs has different wholesale prices for their eggs, based upon the number sold:
    0 up to but not including 4 dozen $0.50 per dozen
    4 up to but not including 6 dozen $0.45 per dozen
    6 up...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured