Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
B_141209_EsMayor
//Title of this code #include <stdio.h> double esmayor(double a, double b); int main(void) { double x, y; printf("\nValor de x ... "); scanf(" %lf", &x); printf("\nValor de y ... "); scanf(" %lf", &y); printf("\n\nEl mayor es ... %lf\n\n", esmayor(x,y)); return 0; } double esmayor(double a, double b) { return a > b ? a : b; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
C_141106_Factorial
Serie de Fibonacci
hippo he Rhoda shalbert now ring one white car bomb ching
Day Of The Programmer
Project 3 Part 1 v1.1
funciones serie de taylor
Lab 7 blackjack v0.1
Sumit
Command Expressions in Gnu C
Goodone pointer minus void pointer
Please log in to post a comment.