Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class ParellOSenar {
- public static final int VALOR = 10;
- public static void main (String[] args) {
- if (VALOR%2 == 0) {
- System.out.println("Parell.");
- } else {
- System.out.println("Senar.");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment