Flowchart and Pseudocode of the Last Post

Flowchart and pseudocode of the previous Java exercises

IMG_2403.JPGimg_2406img_2407

Pseudocode is the language before programming. It helps us to clear our mind and record the basic structure of a program. When writing pseudocode, reminder to add space before some sentence, such as input, output, and other process. There is no space before decisions like if, switch, while, etc. Do not forget to add start and end in flow chart and use the correct shapes to represent different condition. You should pay special attention on the flowchart of Switch statement since it is slightly different than others.

%e5%b1%8f%e5%b9%95%e5%bf%ab%e7%85%a7-2016-11-28-%e4%b8%8b%e5%8d%882-07-40

留下评论