Challenge: Arrays of Structs
Tehtävä
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.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 4
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
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
Pyyhkäise näyttääksesi valikon
Tehtävä
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.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 2. Luku 4
single