D) Input statement



The input statement is used to receive from the keyboard during programing execution
Syntax
INPUT [“defines,] = next
Variable same
Example”INPUT”enters the first num 1

Comments

Popular posts from this blog

E) READ DATA statement

Introduction P2