Zusammenfassung der Ressource
Programming 2-Part 1
- assigment
- The process of setting
the value of a variable
- character
- Data type used for storing a single
alphabetical or numerical symbol
- declaration
- At this point variables exist, although
they don't necessarily contain a value yet
- function
- A series of instructions used to
perform a specific task that returns
a value to the main program
- IF Statement
- a construct which checks to
see if a statement is true or
false before acting accordingly
- boolean
- data type that only
stores one of two values