Completar frases 2016B4S1 5TO. BACIVersión en línea Completar el siguiente código en Java Netbeans 7.4. por Caren Díaz 1 for lectura for matrizz DECLARACIÓN System System System Scanner System for for new * * * DECLARANDO VARIABLES int filas = 3 , columnas = 2 ; Scanner = ( System . in ) * * * DE MATRIZ int [ ] [ ] matrizz = new int [ filas ] [ columnas ] System . out . println ( " Ingreso de notas " ) ( int ciclo = 0 ; i ( int ciclo2 = 0 ; j< columnas ; ciclo2 + + ) { . out . println ( " Matriz [ " + ciclo + " ] [ " + ciclo2 + " ] = " ) [ ciclo ] [ ciclo2 ] = lectura . nextInt ( ) } } . out . println ( " Mostrando matriz " ) ; ( int cic = 0 ; h< matrizz . length ; cic + + ) { ( int cic2 = 0 ; k< matrizz [ k ] . length ; cic2 + + ) { . out . println ( matrizz [ cic ] [ cic2 ] + " " ) } . out . println ( ) } * * * FI N