Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
joseph triangle
#include "stdio.h" void main() { int num1; int num2; int num3; scanf("%d %d %d",&num1,&num2,&num3); if(num1<=0 || num2<=0 || num3<=0) printf("not aceptable"); else if(num1==num2 && num2==num3 && num3==num1) printf(" equilateral"); else if(num1==num2 || num2==num3 || num3==num1) printf(" isoseles"); else if(num1!=num2 && num2!=num3 && num3!=num1) printf(" scalene"); else printf("0"); }
run
|
edit
|
history
|
help
0
purple ghost red orange blue skulls
How strxpy work
null p null q
to find a number is even or not
A_141124Burbuja
Project 3 part 2 Book v0.7
Simple interest
Bool datatype Operation for GCC
str_ptr_to_fumc_v2
Shapes and such