Search:

Type: Posts; User: wolverine12345

Search: Search took 0.01 seconds.

  1. Replies
    34
    Views
    5,227

    one more quick questions guys how can i make a...

    one more quick questions guys

    how can i make a program reject a negative value from being stored in array. e.g if a user inputs a negative value, how can i display a message that will tell the...
  2. Replies
    34
    Views
    5,227

    lmao.. found my stupid mistake.. thanks guys..

    lmao.. found my stupid mistake..

    thanks guys..
  3. Replies
    34
    Views
    5,227

    ok here what i wrote int main() { const...

    ok here what i wrote


    int main()

    {
    const int number = 10;
    int num[number];
    int max=0;
    int min;
  4. Replies
    34
    Views
    5,227

    Thank you Elysia and dwks The program is...

    Thank you Elysia and dwks
    The program is running fine now
    I really appreciate your help.

    just one quick last question.
    Is there any quick way to find out the highest and lowest number from a...
  5. Replies
    34
    Views
    5,227

    lol i feel like an idiot now.. ok i removed...

    lol i feel like an idiot now..

    ok i removed the int i; and getting no errors but when i run the program, it hangs.. one of those infinite loops..

    and the reason i am using i=a so a has the...
  6. Replies
    34
    Views
    5,227

    ok here what i wrote int main() { char...

    ok here what i wrote



    int main()
    {

    char a =0;
    int i;
  7. Replies
    34
    Views
    5,227

    Hay thanks for ur help. But can you add more...

    Hay thanks for ur help. But can you add more details since i am still a noob in C++ .

    Do i have to use 2 loops.. one loop inside the other ?
  8. Replies
    34
    Views
    5,227

    having trouble using loops

    Hi guys

    I am trying to write a program that uses a loop to display the characters for ASCII codes 0 through 127. But the catch is 16 characters are to be displayed on each line.

    I have tried...
Results 1 to 8 of 8