Seven Elements of Programming
- Data
- Input
- Output
- Looping
- Conditional Branching
- Operators
- Subprograms
Data
Data types, objects, primitive data types
Input
information that comes in from the user or other sources
Output
ex - System.out.println("Hello World!");
screen displays, motor movement,
Looping
for
while
Conditional Branching
if
switch
Operators
+-*/=<> | += -= *= /=
Subprograms
Procedures
functions
Comments (0)
You don't have permission to comment on this page.