Apo Yerko SIS13547936
Apo Yerko SIS13547936
Apo Yerko SIS13547936
08
UNIVERSIDAD PRIVADA FRANZ TAMAYO
FACULTAD DE INGENIERIA
CARRERA INGENIERIA DE SISTEMAS
ASIGNATURA: PROGRAMACION I – PARALELO 1
NOMBRE: Yerko Daniel Apo Quispe C.I.:13547936 SEMESTRE: Primero
DOCENTE: Lic. Luis Adolfo Álvarez Guerra FECHA: 01/06/23 NOTA
Hito2 - Condicional.
INSTRUCTIVO: Lea cada pregunta antes de responder.
Tiempo estimado
PREGUNTAS:
1. Realizar un algoritmo que solicite por teclado un número y mostrar por pantalla si es positivo, negativo o
igual a cero.
package javaapplication3;
import java.util.Scanner;
/**
*
* @author HP
*/
public class JavaApplication3 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
int Num1;
}
2. Recibir dos números por teclado y realizar las 5 operaciones básicas (suma, resta, multiplicación,
división y división por modulo).
GV.EA.D.08
package javaapplication4;
import java.util.Scanner;
/**
* @author HP
*/
/**
*/
num1 = ent.nextInt();
num2 = ent.nextInt();
System.out.println("ingrese su operacion");
operacion = ent.nextInt();
System.out.println("ingrese nuevamente");
num1 = ent.nextInt();
num2 = ent.nextInt();
System.out.println("ingrese su operacion");
GV.EA.D.08
operacion = ent.nextInt();
switch(elect){
case 1:
System.out.println(res);
break;
case 2:
System.out.println(res);
break;
case 3:
System.out.println(res);
break;
case 4:
System.out.println(res);
break;
case 5:
System.out.println(res);
break;
package javaapplication5;
import java.util.Scanner;
GV.EA.D.08
/**
* @author HP
*/
/**
*/
num1 = ent.nextInt();
num2 = ent.nextInt();
if(num1 == num2){
System.out.println("son iguales");
else{
package javaapplication6;
import java.util.Scanner;
/**
GV.EA.D.08
*
* @author HP
*/
/**
*/
int Num1;
Num1 = ent.nextInt();
System.out.println("es positivo");
else{
System.out.println("es negativo");
else{
}
GV.EA.D.08
7. Pedir dos números y decir si uno es múltiplo del otro.
package javaapplication7;
import java.util.Scanner;
/**
* @author HP
*/
/**
*/
num1 = ent.nextInt();
num2 = ent.nextInt();
num1 = ent.nextInt();
num2 = ent.nextInt();
else{
package javaapplication8;
import java.util.Scanner;
/**
* @author HP
*/
/**
*/
num1 = ent.nextInt();
num2 = ent.nextInt();
System.out.println(num2);
else{
System.out.print(num2);
System.out.println(num1);
else{