Search:

Type: Posts; User: Saarah

Search: Search took 0.02 seconds.

  1. Replies
    24
    Views
    3,717

    ThaaaaaaaNK You So muCh it's working now with...

    ThaaaaaaaNK You So muCh

    it's working now with mee ,, am so happy :)

    thanks again
  2. Replies
    24
    Views
    3,717

    For the code i wrote above printf("\nIf...

    For the code i wrote above



    printf("\nIf more data to be processed, type Y or y:\n");
    printf("else type Q or q to quit:\n");
    scanf("%c", &ANS);

    if (ANS == 'Y' || ANS == 'y')...
  3. Replies
    24
    Views
    3,717

    I am sorry, but I am a new to c programming I...

    I am sorry, but I am a new to c programming

    I still didn't understand the fgets, and the professor didn't tell us to use fgets

    so is there any possible way to get the last scanf to work
    ...
  4. Replies
    24
    Views
    3,717

    Can you explain more to me on what should i edit,...

    Can you explain more to me on what should i edit, I didn't quite understand what you wrote, thank you
  5. Replies
    24
    Views
    3,717

    Hello Thanks all for all the info, it helped...

    Hello

    Thanks all for all the info, it helped me alot

    now i have managed to get it to work. This is my final code



    #include <stdio.h>
    #include <math.h>
  6. Replies
    24
    Views
    3,717

    Thank you for the reply I tried it but it did...

    Thank you for the reply

    I tried it but it did not work :(

    thanks
  7. Replies
    24
    Views
    3,717

    Thank you all for the help after I did some...

    Thank you all for the help

    after I did some modification i got this final code



    #include <stdio.h>
    #include <math.h>
    const int TWO = 2;
  8. Replies
    24
    Views
    3,717

    this root thing is my friend website, he told me...

    this root thing is my friend website, he told me that i can work with it because i couldn't start the putty software and connect it to the university account, i have to use it from the labs at the...
  9. Replies
    24
    Views
    3,717

    hello risby i meant that when i typed cc...

    hello risby

    i meant that when i typed cc program.c -lm it gave me no errors :$

    yes that is right what you wrote, i thought that if i used the brackets it would cause problems, thanks i have...
  10. Replies
    24
    Views
    3,717

    Thank you for the replies yes I am a newbie...

    Thank you for the replies

    yes I am a newbie too, it's my 1st class :$

    I did think that there might be a problem with the printf statements, I have changed them but i still can't get it to work....
  11. Replies
    24
    Views
    3,717

    Well, after i put the numbers it doesn't work...

    Well, after i put the numbers it doesn't work probably

    for example the following



    root@o [/home]# ./a.out
    Enter any three numbers:
    0,0,0
    root1 is equal to: 'root1'
  12. Replies
    24
    Views
    3,717

    Need your help guys :'(

    Hello,

    I have this assigment to solve a quadratic equation, and the professor started us with the code..

    He told us to use a,b,c and the Determinant and root1 and root2 and ANS, as the...
Results 1 to 12 of 12