_____ is a basic elements of programming
Answers
Answered by
0
Answer:
operation +-/;#÷×°{}[]
Answered by
0
Answer:
Input: getting data and commands into the computer
Output: getting your results out of the computer
Looping and conditionals: testing to see if a condition is true of false, and cycling through a set of instructions until some condition is met
Mathematical operations (arithmetic): Performing mathematical calculations on your data
Variables and data structures: storing information, which may change over time
Similar questions