Brain
DEVELOPER
4. Fill in the blanks:
1.
A .............
.................has a unique name, a type, and a size, which is used to identify it in a program.
2A string variable contains values, ...
uos...........
Or..
.......
.............within double quotes.
IF-THEN statement is used for making....
......... as well as ...........
If the condition specified after IF is true, then the instruction after.........
...... is executed.
... is a conditional decision making statement.
........... statements help to control the flow of a program.
Symbols
IF THEN ELSE
Then
- Control
Variable
INTS
Comparisons
Text
Decisions
IT BEA
Answers
Answered by
0
Answer:
a- Data
b- character
c- INt
d- If then else
e-
Answered by
8
Answer:
variable has a unique name a type and a size which is used to identify it in a program.
a string variable contains values text or Int within double quotes
if then else statement is used for making decisions and comparisons.
if the condition specified after if is true then the instruction after then is executed.
if then else is a conditional and decision making statement.
control statements help to control the flow of program.
Similar questions