#include <stdio.h>
int main() {
int a=2365,b;
printf("please enter password\n");
scanf("%d",&b);
if (a==b)
printf("it is correct\n");
else
printf("it is wrong\n");
return 0;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: