Commit 61731270 by Yovan Martinez

creacion de la clase poker

parent 10f9d3f2
...@@ -30,9 +30,9 @@ public class Poker { ...@@ -30,9 +30,9 @@ public class Poker {
} }
} }
if (contador == 25) { if (contador == 25) {
return "COLOR" return "COLOR";
} else { } else {
return "";
} }
return contador; return contador;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment