Taller NetbeansOnline version Autoevaluación de Netbeans by Lourdes Maria De Avila Gutierrez 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 Inicio public static void main(String args[]){ Procedimiento promedio(tamaño, vector entero) public static void promedio(int tamaño, int vector[]){ Funcion real mayor(tamaño, vector real) public static double mayor(int tamaño, double vector[]){ Declaración de un vector de cadenas String v[]= new String[100]; Leer nombre nombre=JOptionPane.showInputDialog("Ingrese el nombre); Escribir ("El mayor es andres") JOptionPane.showMessageDialog(null,"El mayor es andres"); Para(i=0,10,1) haga for(i=0;i<=10,i++){ MQ (i<=10) y (sw=0) Haga while ((i<=10)&&(sw==0){ fin haga MQ(op<>1) }while(op!=1); Leer entero v v=Integer.parseInt(JOptionPane.showInputDialog("Ingrese el valor"));