5 Basic elements in programming.
- Constant.
- Variable.
- Data Type.
- Operators.
- Control Structures.
CONSTANTS AND VARIABLES
Constants
Constant is a data container that stores information. The value will never change (remains constant) at any time during the course of a program.
Declare is the official term used in programming to announce to the program the condition of statement in programming.
Variables
Variable is a data container that stores information. The value inside may change at any time during the course of a program.
THE DIFFERENCES BETWEEN CONSTANTS AND VARIABLE
__________________________________________________________________________________
Others Lesson : | click lesson to view |
Others Lesson : | click lesson to view |
- Define Program and Programming Language
- Level And Generation Of Programming Language
- Programming Language Approach
- Translator
- Basic Element In Programming : Constant And Variable
- Basic Element In Programming : Data Type
- Basic Element In Programming : Mathematical and Logical
- Basic Element In Programming : Sequence And Control
- Pseudo-code And Flowchart
0 comments:
Post a Comment