A simple Pascal like language has only three statements. (i) assignment statement e.g. x:=expression (ii) loop construct e.g. for i:=expression to expression do statement. (iii) sequencing […]
Question 11 Given below are two statements: Statement I: In Caesar Cipher each letter of Plain text is replaced by another letter for encryption. Statement II: […]