Обсуждение:Блок-схемы и данные: различия между версиями

Материал из Поле цифровой дидактики
Новая страница: «<graphviz> digraph { label="Как проверить правильность ввода"; node[shape="box", style="rounded"] start; end; node[shape="parallelogram", style=""] message("попробуй заново"); input; node[shape="diamond", style=""] if_valid; start -> input; input -> if_valid; if_valid -> message[label="no"]; if_valid -> end[label="yes"]; message -> input; {rank=...»
 
Нет описания правки
Строка 6: Строка 6:
       start; end;
       start; end;
     node[shape="parallelogram", style=""]
     node[shape="parallelogram", style=""]
       message("попробуй заново"); input;
       message; input;
     node[shape="diamond", style=""]
     node[shape="diamond", style=""]
       if_valid;
       if_valid;

Версия от 09:25, 8 октября 2022