Saved Bookmarks
| 1. |
Brain DEVELOPER4. 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.SymbolsIF THEN ELSEThen- ControlVariableINTSComparisonsTextDecisionsIT BEA |
|
Answer» a- DATA B- CHARACTERC- INTD- If then elsee- |
|