LexarG56

Generation

generate functionSun, 18 Jun 2023

Hacer que un case tipo default regrese a la tarea anterior

switch (opt) { case 1: dosTres(); break; case 2: tresCuatro(); break; case 3: tresCuatro(); break; case 4: break; default: System.out.println("Opcion no valida"); dosTres(); break; }

Want to kickstart your project?Use the new AI Studio to create your code