Aprenda Go 🇧🇷 Cap. 9 – Exercícios: Nível #4 – 5
Cap. 9 – Exercícios: Nível #4 – 5 Transcript and Lesson Notes
- Comece com essa slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Utilizando slicing e append, crie uma slice y que contenha os valores: - [42, 43, 44, 48, 49, 50, 51] - Solução: https://play.golang.org/p/2
Quick Summary
- Comece com essa slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Utilizando slicing e append, crie uma slice y que contenha os valores: - [42, 43, 44, 48, 49, 50, 51] - Solução: https://play.golang.org/p/2
Key Takeaways
- Review the core idea: - Comece com essa slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Utilizando slicing e append, crie uma slice y que contenha os valores: - [42, 43, 44, 48, 49, 50, 51] - Solução: https://play.golang.org/p/2
- Understand how go fits into Cap. 9 – Exercícios: Nível #4 – 5.
- Understand how golang fits into Cap. 9 – Exercícios: Nível #4 – 5.
- Understand how programacao fits into Cap. 9 – Exercícios: Nível #4 – 5.
- Understand how programar fits into Cap. 9 – Exercícios: Nível #4 – 5.
Key Concepts
Full Transcript
- Comece com essa slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Utilizando slicing e append, crie uma slice y que contenha os valores: - [42, 43, 44, 48, 49, 50, 51] - Solução: https://play.golang.org/p/26bT-UKmJH → Compartilhe sua solução e converse com outros estudantes em: https://github.com/ellenkorbes/aprendago/issues/31
Lesson FAQs
What is Cap. 9 – Exercícios: Nível #4 – 5 about?
- Comece com essa slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Utilizando slicing e append, crie uma slice y que contenha os valores: - [42, 43, 44, 48, 49, 50, 51] - Solução: https://play.golang.org/p/2
What key concepts are covered in this lesson?
The lesson covers go, golang, programacao, programar, programação.
What should I learn before Cap. 9 – Exercícios: Nível #4 – 5?
Review the previous lessons in Aprenda Go 🇧🇷, then use the transcript and key concepts on this page to fill any gaps.
How can I practice after this lesson?
Practice by applying the main concepts: go, golang, programacao, programar.
Does this lesson include a transcript?
Yes. The full transcript is visible on this page in indexable HTML sections.
Is this lesson free?
Yes. CourseHive lessons and courses are available to learn online for free.
