Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Proceso sin_titulo
- Definir z,x,c,v Como Entero;
- z = 0;
- Leer x;
- Leer c;
- Leer v;
- z = azar(6);
- Si z == x || z == c || z == v entonces
- Escribir "Ganaste";
- Sino Escribir "Nop";
- Finsi
- Escribir "el numero es ", z;
- FinProceso
Advertisement
Add Comment
Please, Sign In to add comment