Logica
System.out.print("Digite o segundo número:" ); y = input.nextInt(); soma = x + y; subt = x - y; div = x / y; mult = x * y;System.out.println("A soma é:" +soma);
System.out.println("A subtração é:" +subt);
System.out.println("A divisão é:" +div);
System.out.println("A multiplicação é:" +mult);
}
kkkkkkkkkkkkkkkkkk kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk kkkkkkkkkkkkkkkkkk kkkkkkkkkkkkkkkkkkk Scanner input = new Scanner(System.in); int x, y; // primeiro número e segundo número int soma, subt, div, mult; // operaçõesSystem.out.print("Digite o primeiro número:" ); x = input.nextInt();
System.out.print("Digite o segundo número:" ); y = input.nextInt(); soma = x + y; subt = x - y; div = x / y; mult = x * y;System.out.println("A soma é:" +soma);
System.out.println("A subtração é:" +subt);
System.out.println("A divisão é:" +div);
System.out.println("A multiplicação é:" +mult);
}Scanner input = new Scanner(System.in); int x, y; // primeiro número e segundo número int soma, subt, div, mult; // operaçõesSystem.out.print("Digite o primeiro número:" ); x = input.nextInt();
System.out.print("Digite o segundo número:" ); y = input.nextInt(); soma = x + y; subt = x - y; div = x / y; mult = x * y;System.out.println("A soma é:" +soma);
System.out.println("A subtração é:" +subt);
System.out.println("A divisão é:" +div);
System.out.println("A multiplicação é:" +mult);
}Scanner input = new Scanner(System.in); int x, y; // primeiro número e segundo número int soma, subt, div, mult; // operaçõesSystem.out.print("Digite o primeiro número:" ); x = input.nextInt();
System.out.print("Digite o segundo número:" ); y = input.nextInt(); soma = x + y; subt = x - y; div = x / y; mult = x * y;System.out.println("A soma é:" +soma);
System.out.println("A