Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    A suggestion: Try making a smaller simpler program first.
    Make a loop that will execute forever: while(true)
    In the loop ask the user to enter a number , tell him 99 will exit the loop
    print the...
  2. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    Put the code you want to be repeated inside the loop.
  3. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    That requests that the user enter a SPECIAL value that the program recognizes to tell the program to exit the loop.
    Use an if statement to test for the special value
    use a break statement to exit...
  4. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.
  5. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    Please explain what "not working" means. There are many ways for a program to not work.


    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve...
  6. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    Sorry, we do not write code for students. We'll help you with your problems and make suggestions.
  7. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    You made a list of steps the code should do in post#3
    Which of the steps are now done?
    What is the next step you need to do?
    Please ask a specific question about the problem you are having with...
  8. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    You made a list of steps the code should do in post#3
    Which of the steps are now done?
    What is the next step you need to do?

    Please edit your post and wrap your code with


    <YOUR CODE HERE>
    ...
  9. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    Ok, what have you done so far and where are you having problems.
  10. Replies
    25
    Views
    2,482

    Re: I want to make a sample program!

    Do you have any specific questions about the program you want to make?
Results 1 to 10 of 10