|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectejemplos.ej020
Title: Funcion maximo
Description: Calcula en maximo de tres numeros enteros
Copyright: Copyright (c) 2005
Company: UMSNH
Constructor Summary | |
ej020()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
static int |
maximo(int x,
int y,
int z)
funcion que calula el maximo de tres numeros dados |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ej020()
Method Detail |
public static void main(java.lang.String[] args)
public static int maximo(int x, int y, int z)
x
- int numero dadoy
- int numero dadoz
- int numero dado
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |