Challenge: Factory Product Filtering
Taak
Swipe to start coding
The factory produces products represented by Product
objects, which have the fields id
, weight
, and quality
.
- Filter the products to keep only those with a
quality
of"GOOD"
and aweight
greater than 10.0. - Extract only the
id
of the filtered products using a method reference. - Once the result is collected into a list, print the
id
of the selected products using a method reference toprintln
.
Oplossing
solution.java
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 2. Hoofdstuk 3
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 2.33Awesome!
Completion rate improved to 2.33
Challenge: Factory Product Filtering
Taak
Swipe to start coding
The factory produces products represented by Product
objects, which have the fields id
, weight
, and quality
.
- Filter the products to keep only those with a
quality
of"GOOD"
and aweight
greater than 10.0. - Extract only the
id
of the filtered products using a method reference. - Once the result is collected into a list, print the
id
of the selected products using a method reference toprintln
.
Oplossing
solution.java
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 2. Hoofdstuk 3
single
Awesome!
Completion rate improved to 2.33
Challenge: Factory Product Filtering
Veeg om het menu te tonen
Taak
Swipe to start coding
The factory produces products represented by Product
objects, which have the fields id
, weight
, and quality
.
- Filter the products to keep only those with a
quality
of"GOOD"
and aweight
greater than 10.0. - Extract only the
id
of the filtered products using a method reference. - Once the result is collected into a list, print the
id
of the selected products using a method reference toprintln
.
Oplossing
solution.java
Was alles duidelijk?
Bedankt voor je feedback!