Computer Science, asked by sandhusukhveersingh3, 3 months ago

...... statement prompts the user to enter a value

Answers

Answered by THELEGENDKINGDOM
0

Answer:

Explanation:

The prompt statement displays a prompt on the screen and accepts user input.

Answered by Anonymous
4

Answer:

Most useful programs have some flexibility built into them; that is, they can produce different results when pro- vided with different data. Commonly, the user of the program provides this data and thus has some control over the program’s behavior.

In True BASIC, the simplest way to obtain data from the user is the INPUT statement. The data provided by the user may consist of numeric or string values, and it may come from the keyboard or a file.

Similar questions