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
c union bytes affected
Spring 2017 Project 2 v.04
h
300
lab8part2final
B_141202_CTYPE
C(gcc) Local Time and math.h Example
método de ordenamiento insertion sort
iplk
co_1