Instead of jumping directly into coding complex programming statements, you may want to consider delving in to some pseudocode. It is essentially a non-specific and informal algorithm coding guide that can be applied to any programming language. What makes it so useful is that the syntax involved in using variables, constants and modifiers is relatively simple to learn. As such, it allows you to focus on building the program’s logic, after which constructing the actual code will be much simpler. CONSTANT constant_variable AS INTEGER = 54

How to Use Constants in Pseudocode - 30