Flow of Program
Sep 28, 2022 · 1 min read · Flowchart Symbols Pseudocode Pseudocode :- It is like a rough code which represents how the algorithm of a program works. Pseudocode does not require syntax. Flowchart and Pseudocode Examples Example 1: Take a name and output Hello name. Flow...
Join discussion