Ad Code

Responsive Advertisement

1114 - Fixed Password

Author: Ismail Hosen

Daffodil International University





Problem Link

//Please follow from main function



#include<stdio.h>


int main()


{


    int x;


    while(1)


    {


        scanf("%d",&x);


        if(x==2002)


        {


            printf("Acesso Permitido\n");


            break;


        }


        printf("Senha Invalida\n");


    }


    return 0;


}





Post a Comment

0 Comments