Search:

Type: Posts; User: Noor

Search: Search took 0.01 seconds.

  1. Replies
    136
    Views
    9,753

    Windows 10 Preview

    in your experience with Windows 7 so far, do you think this beta is ready for use in a live trading environment NeoTicker/NinjaTrader/ZenFire?______Merlin
  2. Thread: help me please :)

    by Noor
    Replies
    9
    Views
    983

    i have the first part included its just when i...

    i have the first part included its just when i copied and pasted...
  3. Thread: help me please :)

    by Noor
    Replies
    9
    Views
    983

    help me please :)

    I am trying to convert units in order to calculate BMI. I am having some difficulties and I would appreciate it if someone can guide me.



    #include <stdio.h>
    #include <math.h>


    int...
  4. Thread: Urgent helpppp!!

    by Noor
    Replies
    19
    Views
    2,489

    #include int main(void) { int...

    #include <stdio.h>
    int main(void)
    {
    int digit1,digit2,digit3,digit4;

    printf("Enter an encrypted 4-digit combination:");
    scanf("%d%d%d%d",&digit1,digit2,&digit3,&digit4);
    digit1=digit1+digit4;...
  5. Thread: Urgent helpppp!!

    by Noor
    Replies
    19
    Views
    2,489

    Why wont this work? #include int...

    Why wont this work?


    #include <stdio.h>
    int main(void)
    {
    int digit1,digit1,digit3,digit4;

    printf("Enter an encrypted 4-digit combination:");
    scanf("%d%d%d%d...
  6. Thread: help me please :)

    by Noor
    Replies
    11
    Views
    1,240

    help me please :)

    There is a problem with this program and i dont know what is going on, i would appreciate it if someone can help me.



    #include <stdio.h>
    #include <math.h>
    int main(void)

    {
    int rental,...
  7. Thread: Urgent helpppp!!

    by Noor
    Replies
    19
    Views
    2,489

    I am meant to encrypt a 4-digit combination the...

    I am meant to encrypt a 4-digit combination the last and first digits should be swapped and 9 should be subtracted from the second and third digit. I don't know if this is right though could someone...
  8. Thread: Urgent helpppp!!

    by Noor
    Replies
    19
    Views
    2,489

    i did start earlier and i had a friend help and...

    i did start earlier and i had a friend help and im still stuck!!! my major isnt programming ..it is a course i have to take in school!
  9. Thread: Urgent helpppp!!

    by Noor
    Replies
    19
    Views
    2,489

    Please anyone!!! i have to submit it tommmorow...

    Please anyone!!! i have to submit it tommmorow morning!!!
  10. Thread: Urgent helpppp!!

    by Noor
    Replies
    19
    Views
    2,489

    Urgent helpppp!!

    Im so bad in Cprogramming and i need help in this question

    iRent, a fictional car rental company, is currently having a promotion advertised as “rent 3 days and drive 1 day free”. The fine print...
Results 1 to 10 of 12