Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
3
/****************************************************************************** Online C Compiler. Code, Compile, Run and Debug C program online. Write your code in this editor and press "Run" button to compile and execute it. *******************************************************************************/ #include <stdio.h> int main() { int age=2; switch(age) { case 1: printf("you are 1 year old"); break; case 2: printf("you are 2"); break; case 3: printf("you are 3"); break; default: printf("default message :/"); } return 0; }
run
|
edit
|
history
|
help
0
ingresar datos por teclado
Fusion
Sort A List : Print the sorted list of ages of the students
adxasxd
Abstract Class
Z_non_pow
per1
75 94
summing a set
Ex03 cm=ft,in