Commands
Across
- 3. Used to store and manipulate data, es decir, a value with a specific name.
- 6. Used to display output or information on the screen.
- 8. Used to accept user input keyboard or other input device.
- 9. Allows a program to execute instructions when a condition is met or not.
- 10. Used to iterate over Sequence for a specific number of times.
Down
- 1. Used to define a reusable block of code that performs a specific task.
- 2. Used to repeatedly execute a block of code.
- 4. Used in a function to specify the value that should be returned to the caller.
- 5. Used to store multiple values in a single variable.
- 7. Used to store key-value pairs.