Challenge: Arrays of Structs
Oppgave
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.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 2. Kapittel 4
single
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår
Awesome!
Completion rate improved to 8.33
Challenge: Arrays of Structs
Sveip for å vise menyen
Oppgave
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.
Løsning
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 2. Kapittel 4
single