Lexical Errors:
Line no. 9, no such keyword as integer
Syntactic error:
Line no. 6 Semicolon is missing
Line no. 8 opening brace is missing
Line no. 9 two identifiers can’t follow each other (integer is a valid identifier)
Semantic error:
Line no. 5 i is undeclared
Line no. 5 i should be incremented, F *= i++ would fix this
Line no. 10 r is undeclared
Line no. 11 IF is an undeclared identifier
Line no. 12 PrintResult is not defined