Descripción: EXAMEN FINAL PROGRAMACION DE COMPUTADORES SIN RESPUESTAS 22/10/2016...
Description
Si las siguientes instrucciones contenidas en un programa en lenguaje JAVA fueran ejecutadas, ¿Qué error imprimiría en pantalla?
int numero; Scanner entrada = new Scanner(System.in); System.out.println("Ingrese el número de filas y de columnas de la matriz"); numero = entrada.nextInt(); float[][] matriz = new float[numero][numero]; System.out.println("ingrese los valores de la matriz"); for( int i = 0; i
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.