Computer Science, asked by krishivvyas2008, 3 months ago

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

Answers

Answered by sanskarpatel18
4

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.

Answered by nightread
5

Answer:

The correct syntax for the INPUT statement is :-

INPUT ("name") , variable

Hope it helps

Similar questions