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
Factorial Descompuesto en Potencias de Numeros Primos
pruebapi2
primeno
Spring 2017 Lab 5 v1
Area of a rectangular prism
Rationale Zahlen
Sunday assignment calculator
array and its sum
Spring 2017 Project 2 v1.5
A_141211_FuncionesVarias