Codigo Examen

Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Está en la página 1de 2

import javax.swing.

JOptionPane;

/*

* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this


license

* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template

*/

/**

* @author Jonathan Gonzalez

*/

public class NewMain {

/**

* @param args the command line arguments

*/

public static void main(String[] args) {

Float resultado;

resultado = 75f ;

boolean p1 = false;

boolean p2 = false;

boolean p3 = false;

boolean p4 = true ;

JOptionPane.showInputDialog("HONDURAS ES MAS GRANDE QUE ESPAÑA? 'V' O 'F' " +


p1) ;

JOptionPane.showInputDialog("HONDURAS ES MAS GRANDE QUE BRASIL? 'V' O 'F' " +


p2) ;

JOptionPane.showInputDialog("HONDURAS ES EL PAIS MAS SEGURO? 'V' O 'F' " + p3) ;


JOptionPane.showInputDialog("HONDURAS TIENE AZUL EN LA BANDERA? 'V' O 'F' " + p4) ;

JOptionPane.showMessageDialog(null,"LA RESPUESTA 1 ES = " + p1);

JOptionPane.showMessageDialog(null,"LA RESPUESTA 2 ES = " + p2);

JOptionPane.showMessageDialog(null,"LA RESPUESTA 3 ES = " + p3);

JOptionPane.showMessageDialog(null,"LA RESPUESTA 4 ES =" + p4);

JOptionPane.showMessageDialog(null,"EL PORCENTAJE DE LAS RESPUESTAS ES : " +


resultado );

También podría gustarte