際際滷shows by User: cesarcorreia319 / http://www.slideshare.net/images/logo.gif 際際滷shows by User: cesarcorreia319 / 際際滷Share feed for 際際滷shows by User: cesarcorreia319 https://cdn.slidesharecdn.com/profile-photo-cesarcorreia319-48x48.jpg?cb=1580835530 After many years trying to change the world, finally i've found the right source code. #include <stdio.h> #include <string.h> #include <conio.h> #include <JESUS.h> char op[]="jesus"; main(){ int i=0; char ask[strlen(op)+1]; printf("What is the solution to change the world\?\n"); while((ask[i]=getch())!='\r'){ i++; putchar('*'); } ask[i]='\0';' if((strcmp(op,ask)==0)){ printf("With jesus the world is better.\n"); system("pause"); }else{ printf("Wrong answer\n"); system("pause"); main(); } }