Metodos para el trabajo en equipo
2333 palabras
10 páginas
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner leer=new Scanner(System.in); System.out.println("MENU \n"+ "1.- AREA DE UN CIRCULO \n"+ "2.- AREA DE UN TRIANGULO \n"+ "3.-AREA DE UN CUADRADO \n"+ "4.-AREA DE UN TRAPECIO \n"+ "5.-SALIR \n"); while (true){ System.out.println("¿Que desea hacer?"); int opc=leer.nextInt(); switch (opc){ case 1: System.out.println("AREA DE UN CIRCULO"); System.out.println("DAME VALOR"); float