C# programming for absolute beginners : learn to think like a programmer and start writing code /
Get started using the C# programming language. Based on the authors 15 years of experience teaching beginners, this book provides you with a step-by-step introduction to the principles of programming, or rather, how to think like a programmer. The task-solution approach will get you immersed, with m...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Berkeley] :
Apress,
2021.
|
Edición: | Second edition. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Getting Ready
- Part I. Data
- 2. Your First Program.-3. Dealing with Output
- 4. Using Variables
- 5. Working with Objects
- 6. Using Object Actions
- 7. More About Objects
- Part II. Calculations
- 8. Input
- 9. Numbers
- 10. Economic Calculations
- 11. Calculations with Dates
- 12. Understanding Different Kinds of Numbers
- 13. Accumulating Values
- Part III. Conditionals
- 14. Essential Tools
- 15. Getting Starting with Conditions
- 16. Practical Conditions
- 17. Compound Conditions
- 18. Multiple Conditions
- 19. Advanced Conditions
- Part IV. Loops
- 20. First Loops
- 21. Improving Loops
- 22. Number Series
- 23. Unknown Number of Repetitions
- 24. Accumulating Intermediate Results
- 25. Advanced Loops.