Java Programming 1 - Chapter 4 Exercise 5

preview_player
Показать описание
Completing Chapter 4 Exercise 5. Based on the textbook Java Programming by Joyce Farrell 7th edition. Recorded during a live class session.
Рекомендации по теме
Комментарии
Автор

For those in 2023 looking for exercise 4-5 that's about Game, Team, TestTeam, TestGame... not creating setters and making Game
This.team1=t1; is how you get it to work.
I kept trying to do team1= new Team(...); and that doesn't work.

thenorsenut