C# Programming for Absolute Beginners
Get started using the C# programming language. Based on the author’s 15 years of experience teaching beginners, the 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...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2017.
|
Edición: | 1st ed. 2017. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630402406719 |
Tabla de Contenidos:
- 1. Getting Ready
- Part I. Data
- 2. First Program.-3. Outputs
- 4. Variables
- 5. Objects
- 6. Object and Actions
- 7. More on Objects.- Part II. Calculations
- 8. Inputs
- 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. 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 Result
- 25. Advanced Loops.