Answer and Example:
Pseudocode is an artificial and informal language that helps programmers develop algorithms.
Pseudocode is a "text-based" detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing "dependency" are to be indented.
Pseudocode is understood by the programmers of all types. it enables the programmer to concentrate only on the algorithm part of the code development.
Java would use this.