syntax for input statement
Incredible29:
in java ?
Answers
Answered by
9
Hy,
Each variable value is read by using one of these input styles. An INPUT statement can contain any or all of the available input styles, depending on the arrangement of data values in theinput records. However, once namedinput is used in an INPUT statement, you cannot use another input style.
Thanq
Each variable value is read by using one of these input styles. An INPUT statement can contain any or all of the available input styles, depending on the arrangement of data values in theinput records. However, once namedinput is used in an INPUT statement, you cannot use another input style.
Thanq
Answered by
6
Hey
Here's your answer !!
The syntax for input statement in QBasic is simple and easy .
______
The general input syntax is ----->
INPUT ( variable name )
______
Example of such syntax ----->
PRINT "enter a number "
INPUT N
( You can also refer to the attachment for better understanding ) .
Hope it helps !!
Here's your answer !!
The syntax for input statement in QBasic is simple and easy .
______
The general input syntax is ----->
INPUT ( variable name )
______
Example of such syntax ----->
PRINT "enter a number "
INPUT N
( You can also refer to the attachment for better understanding ) .
Hope it helps !!
Attachments:
Similar questions