Aprenda Go 🇧🇷 Cap. 9 – Exercícios: Nível #4 – 4
Cap. 9 – Exercícios: Nível #4 – 4 Transcript and Lesson Notes
- Começando com a seguinte slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Anexe a ela o valor 52; - Anexe a ela os valores 53, 54 e 55 utilizando uma única declaração; - Demonstre a slice; - Anexe a ela a
Quick Summary
- Começando com a seguinte slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Anexe a ela o valor 52; - Anexe a ela os valores 53, 54 e 55 utilizando uma única declaração; - Demonstre a slice; - Anexe a ela a
Key Takeaways
- Review the core idea: - Começando com a seguinte slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Anexe a ela o valor 52; - Anexe a ela os valores 53, 54 e 55 utilizando uma única declaração; - Demonstre a slice; - Anexe a ela a
- Understand how go fits into Cap. 9 – Exercícios: Nível #4 – 4.
- Understand how golang fits into Cap. 9 – Exercícios: Nível #4 – 4.
- Understand how programacao fits into Cap. 9 – Exercícios: Nível #4 – 4.
- Understand how programação fits into Cap. 9 – Exercícios: Nível #4 – 4.
Key Concepts
Full Transcript
- Começando com a seguinte slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Anexe a ela o valor 52; - Anexe a ela os valores 53, 54 e 55 utilizando uma única declaração; - Demonstre a slice; - Anexe a ela a seguinte slice: - y := []int{56, 57, 58, 59, 60} - Demonstre a slice x. - Solução: https://play.golang.org/p/6WNJ0Otpy0 → Compartilhe sua solução e converse com outros estudantes em: https://github.com/ellenkorbes/aprendago/issues/30
Lesson FAQs
What is Cap. 9 – Exercícios: Nível #4 – 4 about?
- Começando com a seguinte slice: - x := []int{42, 43, 44, 45, 46, 47, 48, 49, 50, 51} - Anexe a ela o valor 52; - Anexe a ela os valores 53, 54 e 55 utilizando uma única declaração; - Demonstre a slice; - Anexe a ela a
What key concepts are covered in this lesson?
The lesson covers go, golang, programacao, programação, programar.
What should I learn before Cap. 9 – Exercícios: Nível #4 – 4?
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, programação.
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.
