// Online C compiler to run C program online#include <stdio.h> int main() { int age; printf("age:"); scanf("%d", &age); if (age >= 18){ printf("ผ่านเข้างานได้\n"); } else { printf("อายุต่ำกว่าเกณฑ์\n"); } return 0;}
Standard input is empty
// Online C compiler to run C program online #include <stdio.h> int main() { int age; printf("age:"); scanf("%d", &age); if (age >= 18){ printf("ผ่านเข้างานได้\n"); } else { printf("อายุต่ำกว่าเกณฑ์\n"); } return 0; }
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!