rage / java-programming

https://java-programming.mooc.fi
500 stars 210 forks source link

Incomplete Sample Output (Part 4 -> Objects in a list -> Television programs) #416

Open iwtga opened 1 year ago

iwtga commented 1 year ago

Given Sample Output:

Name: Rick and Morty
Duration: 25
Name: Two and a Half Men
Duration: 30
Name: Love it or list it
Duration: 60
Name: House
Duration: 60

Program's maximum duration? 30
Rick and Morty, 25 minutes
Two and a Half Men, 30 minutes

Correct:

Name: Rick and Morty
Duration: 25
Name: Two and a Half Men
Duration: 30
Name: Love it or list it
Duration: 60
Name: House
Duration: 60
Name:

Program's maximum duration? 30
Rick and Morty, 25 minutes
Two and a Half Men, 30 minutes