Can we use both apostrophe and rem for adding comments in the same program? Justify the answer with an example.
Answers
Answered by
3
Answer:
Execution continues with the first executable statement following the Rem statement. If the Rem keyword follows other statements on a line, it must be separated from the statements by a colon ( : ). You can use an apostrophe ( ' ) instead of the Rem keyword.
Similar questions