Search:

Type: Posts; User: omarbags

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    3,534

    yow thnx! i've set the SUM to the upper part of...

    yow thnx! i've set the SUM to the upper part of the program and works like charm...


    thnx a lot to you guys,

    but one more question, can i get it working by not using the switch ?

    instead i...
  2. Replies
    18
    Views
    3,534

    ok, i set the value for the SUM! please help...

    ok, i set the value for the SUM! please help here, i change some of the values and followed what you said, still im getting the wrong answers!




    #include<stdio.h>
    #include<conio.h>

    main()...
  3. Replies
    18
    Views
    3,534

    #include #include main() {...

    #include<stdio.h>
    #include<conio.h>

    main()
    {
    clrscr();

    int order;
    char ans;
    int total;
  4. Replies
    18
    Views
    3,534

    main() { clrscr(); int order; char ans;...

    main()
    {
    clrscr();

    int order;
    char ans;
    int total;
    int sum;

    printf("Good Day Ma'am/Sir !!!\n\n");
  5. Replies
    18
    Views
    3,534

    you mean like this??? main() {...

    you mean like this???




    main()
    {
    clrscr();

    int order;
  6. Replies
    18
    Views
    3,534

    why only the succeeding value adds up???

    hi guys i wonder what i am messing in my program,



    main()
    {
    clrscr();

    int order;
    char ans;
  7. elysia could you please elaborate this one...

    elysia

    could you please elaborate this one here...

    this is the part i could not understand



    if(isFirst){
    Biggest = V;
  8. waaaaaaaaaaaaaaaaa someone please help me...

    waaaaaaaaaaaaaaaaa


    someone please help me T_________T huhuhu
  9. please you have to understand im just starting my...

    please you have to understand im just starting my class


    anyways what was that ?

    do i have to assign a max integer and the min integer ???
  10. in here T_T if(isFirst){ Biggest...

    in here T_T



    if(isFirst){
    Biggest = V;
    Smallest = V;
    isFirst = FALSE;
    } else {
    Biggest = __max(V , Biggest);
  11. is the program working? i hope someone could...

    is the program working?

    i hope someone could give me a simplified program

    im really slow in C programming and i am learning it here...

    thanks a lot to everyone who could help me
  12. waaaaaaaaaaaaaaaaaa i cant understand T_T

    waaaaaaaaaaaaaaaaaa


    i cant understand T_T
  13. int w,x,y,ans; printf("Enter a number: ");...

    int w,x,y,ans;
    printf("Enter a number: ");
    scanf("%d",&x);
    do{
    for(y=1;y<=x;y++){
    printf("Input number: ");
    scanf("%d",&w);
    if(w>y)
    ans=w;
    }
  14. in which case should i look and focus to be able...

    in which case should i look and focus to be able to run the program correctly?
    c'mon guys a little bit of help here....
    i know you are all genius!
    just a little clue further hehehe!
  15. can a loop determine the highest and the lowest...

    can a loop determine the highest and the lowest value i've input?
  16. is looping involve in this? i know how to...

    is looping involve in this?

    i know how to display the highest and the lowest but in a limited manner

    for example 10 items,

    will i could get it since i could manually compare the 1st number...
  17. waaaaaaaaa should i manually count it??? huhuhu

    waaaaaaaaa
    should i manually count it???
    huhuhu
  18. i have tried to input 10 numbers for example but...

    i have tried to input 10 numbers for example but i couldn't get it determine which is the highest value i've entered and the lowest value....
  19. Unlimited Inputs and Determines which is greatest and lowest

    Enter how many numbers: 10 (may vary)

    1
    2
    3
    4
    5
    6
    7
    8
  20. WHAT THE F*** HOW THE HELL DID YOU FIGURE IT...

    WHAT THE F***

    HOW THE HELL DID YOU FIGURE IT OUT????

    WAHAHAHAHAHAHA


    THANK YOU SOOOOOOOOOOOOOOOOOOOOOOOOOOOO MUCHHHHHHHHHH.............!!!

    MWAAAAAAAAAAAAAAAAAAAAAAAAH.....!
  21. int bal,ded; char ans; Code: ...

    [quote]int bal,ded;

    char ans;

    Code:

    printf("Enter current balance : P ");
    scanf("&#37;d",&bal);

    do{
  22. huhuhu that is why im here to learn from you guys...

    huhuhu that is why im here to learn from you guys
    it is the lack of knowledge which leads me to some mistakes
    please someone help me T_T
  23. int bal,ded; char ans; printf("Enter...

    int bal,ded;
    char ans;


    printf("Enter current balance : P ");
    scanf("&#37;d",&bal);

    do{
    printf("Enter amount to deduct: P ");
    scanf("%d",&ded);
  24. int a,b; char ans; p("Enter current balance :...

    int a,b;
    char ans;

    p("Enter current balance : P ");
    s("&#37;d",&a);

    start:

    p("Enter amount to deduct: P ");
    s("%d",&b);
  25. problems how to carry out the remaining balance

    hi...

    i had a problem with a program which starts like this

    if i input a 100

    and input another which is deducted from it for example 10

    so the remaining balance is 90 to be exact
Results 1 to 25 of 32
Page 1 of 2 1 2