[ Foro de Javascript ]

menu

21-Sep-2021 20:44
Invitado (and)
0 Respuestas

Hola, me pueden decir que debo hacer en este codigo:
package d09212021;

import java.util.Scanner;

/**
*
* @author IMANOL
*/
public class ExamenMenu {
  public static void main(String[] args) {
    Scanner t = new Scanner(System.in);
   
     byte opc;
   
    System.out.println("MENU");
           System.out.println("1. Alumnos");
           System.out.println("2. Sumatoria");
           System.out.println("3.Salir");
           System.out.println("Dame un opción:");
           opc = t.nextByte();
           
           switch (opc) {
               case 1:
                     System.out.println("MENU");
           System.out.println("1. Alta");
           System.out.println("2. Baja");
           System.out.println("3.Consulta");
           System.out.println("4. Reporte de todos");
           System.out.println("5. Reportes de aprobados y no aprobados");
           System.out.println("6. Salir");        
           opc = t.nextByte();
           
           switch (opc) {
               case 1:
                   
                   break;
               case 2:
                   
                   break;
               case 3:
                   
                   break;
               case 4:
                   
                   break;
               case 5:
                   
                   break;
               case 6:
                    System.out.println("Adios...");
                   break;
           }
           
                   break;
               case 2:
                 int n = 0;
                 
                    Fraccion f1 = new Fraccion(1, 3);
                    Fraccion f2 = new Fraccion(1, 5);
                    Fraccion f3 = new Fraccion(1, 7);
                    Fraccion f4 = new Fraccion(1, math.pov(2*n-1));
                    n = nextInt();
                   break;

               case 3:
                   System.out.println("Adios...");
                   break;
               default:
                   System.out.println("Opción no valida");
           }
  }

   private static int nextInt() {
       throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
   }

   
}




(No se puede continuar esta discusión porque tiene más de dos meses de antigüedad. Si tienes dudas parecidas, abre un nuevo hilo.)