Science, asked by ayodejitheory2, 1 month ago

Rules in writing pascal programming language

Answers

Answered by ITSviKraM
3

Every block in Pascal is enclosed within a begin statement and an end statement. However, the end statement indicating the end of the main program is followed by a full stop (.) instead of semicolon (;). The begin statement of the main program block is where the program execution begins

Similar questions