Question: oks My library > CSC 2 4 9 : Data Structure and Algorithms home > 2 . 2 5 : LAB: Winning team ( classes
oks My library CSC : Data Structure and Algorithms home : LAB: Winning team classes
zyBooks catalog
HelpFAQ
Komla Mer
LAB: Winning team classes
Given main define the Team class in file Team.java For class method getWinPercentage the formula is:
wins wins losses Note: Use casting to prevent integer division.
For class method printStanding output the win percentage of the team with two digits after the decimal point and whether the team has a winning or losing average. A team has a winning average if the win percentage is or greater.
Ex: If the input is:
Ravens
Where Ravens is the team's name, is the number of team wins, and is the number of team losses, the output is:
Win percentage:
Congratulations, Team Ravens has a winning average!
Ex: If the input is:
the output is:
Win percentage:
Team Angels has a losing average.
q
LAB
: LAB: Winning team classes
ACTIVITY
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
