Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Conditional logic.c
//gcc 5.4.0 #include <stdio.h> int main(void) { int n; n =10; if (n>= 0) { printf ("The number is positive\n"); } else { printf("The number is negative\n"); } return 0; }
run
|
edit
|
history
|
help
0
A_141117_Euclides
c. new one
Lab6 v1.1 Sin,cos,tan,cot
Good
Hello, World
recurs fibo1
22nd HW Switchv1.0
709 lab 3.2
A_141124_arrayIguales
Type struct