Answer
See explanation
Work Step by Step
In a formal programming language the syntax of language is followed very strictly, even making very slight changes in the program might give an error even though the program was still understandable.
The pseudo code relaxes the syntax and we can write the program in any way until there is no ambiguity and anyone is able to understand it. It does not require very strict syntax.