#include "stdio.h"
int main ()
{
int pass;
do
{ printf ("Enter Password to see the detail of programmer:\n");
scanf ("%d",&pass);
}
while (pass!=01);
printf ("\nMOHAMMAD RAKIBUL HAIDER");
printf ("\nB.Sc. (CSE)\nSOUTHEAST UNIVERSITY");
system("pause");
return 0;
}
0 comments:
Post a Comment