Challenge: Arrays of Structs
Tarea
Swipe to start coding
Write a function that takes a vector of Book structs and returns the title of the longest book in the collection.
- Iterate through the vector of Book structs.
- For each Book, compare its pages field to track the book with the highest page count.
- Return the title of the book with the most pages.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 4
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Suggested prompts:
Can you explain this in simpler terms?
What are the main takeaways from this?
Can you give me an example?
Awesome!
Completion rate improved to 8.33
Challenge: Arrays of Structs
Desliza para mostrar el menú
Tarea
Swipe to start coding
Write a function that takes a vector of Book structs and returns the title of the longest book in the collection.
- Iterate through the vector of Book structs.
- For each Book, compare its pages field to track the book with the highest page count.
- Return the title of the book with the most pages.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 2. Capítulo 4
single