joseleonweb

Untitled

Aug 21st, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. public class ParellOSenar {
  2.  
  3.   public static final int VALOR = 10;
  4.  
  5.   public static void main (String[] args) {
  6.  
  7.     if (VALOR%2 == 0) {
  8.       System.out.println("Parell.");
  9.     } else {
  10.       System.out.println("Senar.");
  11.     }
  12.   }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment