Computer Science, asked by mathsanswer68, 7 months ago

The data type of the value returned while using an input statement is _______________

Answers

Answered by umesh156
0

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.

This chapter introduces the fundamentals of user input. It discusses the INPUT statement, the LINE INPUT statement, and the GET KEY statement for getting single keystrokes. For information on graphical input from the GET MOUSE and GET POINT statements, see Chapter 13 “Graphics.” For input from menus, buttons, check boxes, special edit fields, and dialog boxes, see Chapter 14 “Interface Elements.”

Explanation:

plz mark me as brilliant answer and follow me

Similar questions