Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Quiz4
//gcc 7.4.0 #include <stdio.h> int main() { int a=1,b=2; printf("Enter the numbers a and b to find the largest\n"); scanf("%d %d",&a,&b); if((a>b)&&(b<a)) { printf("%d is largest\n",a); } if((b>a)&&(a<b)) { printf("%d is largest\n",b); } else { printf("both are equal"); } return 0; }
run
|
edit
|
history
|
help
0
Lab 9 v1
Fgets and String Stuff
AC_setting_example
Project 4 v.6
get the repeated max
FUNTION3
lab 12 v1
C_141203_PALINDROMO
20171127_ARRAY_ValorMayor
signaling NaN test