Programming Concepts

?
View mindmap
  • Variable- a data item in which the value might change during program execution.
    • Programming Concepts
      • Constant - a data item in which the value does not change during program execution.
      • Data Types
        • Integer
        • Real/Float
        • Char/Character
        • String
        • Boolean
      • Operations on data
        • Arithmetic operations
          • +
          • -
          • *
          • /
          • ^ (exponentiation)
          • DIV or // (Integer Division)
          • MOD or % (Modulus)
      • Comparison operations
        • Untitled

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »