Search:

Type: Posts; User: skypi205

Search: Search took 0.24 seconds.

  1. Thread: Loop error

    by skypi205
    Replies
    1
    Views
    1,184

    Loop error

    I'm trying to write a loop program prompts the user to enter a number. The number has to be between 10 and 20 (both inclusive). If the number input is not between that range, it will display an error...
  2. Replies
    10
    Views
    1,200

    Re: While Loop help

    It is just an exercise and the question is stated like this: Write a program that prompts user to enter 5 integer numbers and displays the numbers entered and calculate the sum of the number entered....
  3. Replies
    10
    Views
    1,200

    Re: While Loop help

    Thanks for your reply, GregBrannon.

    I have not learn about the arrays yet and I have to implement using the logic while() loop.
  4. Replies
    10
    Views
    1,200

    While Loop help

    I'm trying to write a code using while loop that prompts user to enter any 5 integer numbers. I want the output to display those 5 numbers I entered and as well as the sum of the numbers entered.
    ...
Results 1 to 4 of 4