Search:

Type: Posts; User: Bilal_Rajput

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,334

    yeah ....there is some chemistry going on between...

    yeah ....there is some chemistry going on between moi finger n *dot key*..hehe
  2. Replies
    12
    Views
    1,334

    thnx mate....i ll replace getch() by...

    thnx mate....i ll replace getch() by cin.get()...............thnx ..
  3. Replies
    12
    Views
    1,334

    thnx mate fer helping me out.......so if we have...

    thnx mate fer helping me out.......so if we have to store a character in a characater so we will have to put it in ' '
    right.....thats where i was lacking............so thnx fer ur help......
  4. Replies
    12
    Views
    1,334

    In this program..................the problem i am...

    In this program..................the problem i am facing is that.............*z* do stores the user entered character in it like *y* or *n* ................but *if (z==y) and if(z==n) isnt...
  5. Replies
    12
    Views
    1,334

    IF - problem

    #include<iostream.h>
    #include<conio.h>
    int main()
    {
    clrscr();
    int grade,total=0;
    float avg,a=1;
    char z,y,n;
    cout<<"Enter the grade of the student = ";
    cin>>grade;
Results 1 to 5 of 5