Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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.
Assignment 3 Final
Lab 9 v0.9
Threads_posix
tickeParsing.c
Prime check
Rationale Zahlen
Collatz(3k+1)
Refcount220323
AVANCE 1 TAREA M4 - PERLAS
Project 3 Part 1 v1.0
Please log in to post a comment.