50 Variables, constants and assignment

?
  • Created by: samwarlow
  • Created on: 22-03-16 11:36
View mindmap
  • Variables, Constants and Assignment
    • Assgnment
      • = is assignment operator
      • score=17
      • Assigned value
    • Variables
      • Store Value
      • Can change in program
      • snake_case
      • camelCase
    • Constants
      • Written in capitals
      • MAX_NUMBER_OF_PLAYERS
    • Sequences
      • Line of code that executes one after the other

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »