1.

Which is the correct syntax for the input() statement​

Answer»

The INPUT statement has two syntaxes. The FIRST syntax displays a prompt and assigns the input to variable. The SECOND syntax specifies the location of the input field on the screen and lets you DISPLAY the current value of variable. Both the current value and the displayed input can be formatted.



Discussion

No Comment Found