Search:

Type: Posts; User: Kira Patricio

Search: Search took 0.00 seconds.

  1. i got a problem in do...while ...

    i got a problem in do...while


    printf("\nWould you like to try it again?[Y/N]");
    answer=getch();
    }
    while(answer=='y'||answer=='Y');
    exit();
    getch();
    }
  2. please what is wrong in this program.......

    #include <stdio.h>
    int main()
    {
    float pin,code,choice,ch1,ch2,ch3,ch4;
    float bal,amount,diff;
    float account;
    float bill,p1,p2,p3,p4,p5,p6;
    char answer;

    clrscr();
Results 1 to 2 of 2