samedi 15 juillet 2017

How to model an if-construct with pseudocode and flow charts

if (x < 10)
if (y > 10)
printf("@@@\n");
else
printf("&&&\n");
printf("###\n");

How do I write this in pseudocode and create a flow chart?

Aucun commentaire:

Enregistrer un commentaire