KH75 My Java Exercises 4 KH flowchart TD A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2] Loading start :Hello; :World; if (condition) then (yes) stop