Definitions
1. Programming language: Is a language used to give commands to the computer to do some operations.
2. Algorithm: Logical sequences to solve a problem (start and ending)
3.Pseudo-code: It's to write the programming language in english.
4. Variables: Store data in different types (int/entero, double/decimales, char/letras y símbolos , float/decimales más grandes, string/cadena de caracteres)
5. Library: Is the set of instructions for a especific purpose (I/input O/output STREAM)
6. Cycle: Repetition of instructions for a defined number of time.
7. Loop: Repetitions of instructions that doesn't have an end.
1. Programming language: Is a language used to give commands to the computer to do some operations.
2. Algorithm: Logical sequences to solve a problem (start and ending)
3.Pseudo-code: It's to write the programming language in english.
4. Variables: Store data in different types (int/entero, double/decimales, char/letras y símbolos , float/decimales más grandes, string/cadena de caracteres)
5. Library: Is the set of instructions for a especific purpose (I/input O/output STREAM)
6. Cycle: Repetition of instructions for a defined number of time.
7. Loop: Repetitions of instructions that doesn't have an end.