Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
add.c
#include <stdio.h> int main() { int n1,n2,n3; printf ("Enter three different numbers:"); scanf("%d%d%d", &n1,&n2,&n3); ^ if(n2>=n1 && n2>=n3) printf ("%d is the largest number.",n1); if(n2>=n1 && n2>=n3) printf ("%d is the largest number.",n2); if(n3>=n1 && n3>=n2) printf("%d is the largest number.",n3); return 0; }
run
|
edit
|
history
|
help
0
If Statement/ Decrements V2
la wea afortunada
TeleBook
Présentation
co_1
Project 3 part 2 Book v10.1
readability!
selection sort
19BCE0666.C
C programming final grade