hola a todos les traigo ahora un algoritmo de tablas de verdad:
*Algoritmo:
1. Inicio
2. Declaración:
V, F ← Lógico
3. Asignación:
V←Verdadero
F← Falso
4. Proceso:
("V and V", V y V);
("V and F", V y F);
("F and V", F y V);
("F and F", V y V);
("V or V", V y V);
("F or V", F y V);
("V or F", V y F);
("F or F", F y F);
5. Final
*Diagram de flujo.
* Pseint:
0 comentarios:
Publicar un comentario