computing
  • 9

Solved How To Declare Global Variables In Pseudocode

  • 9

i am writing a paper and need some help.how do you declare local and global variables using pseudocode or flow chart

Share

1 Answer

  1. Pseudocode is not a fixed specification but more a generic term. You use whatever works for you. Most people don’t bother with variable declarations in their pseudocode. The same would be true for a flow chart.
    • 0