Java HW 7

Abdulwahed
ProgrammingAssignment7.docx

MIS 4310-01 Programming Assignment #7 (100 points)

DUE: Friday, December 8th, 2017 by 11:59 PM

Use the code provided on Blackboard as your template. Fill in your own code where prompted. When finished, upload to Blackboard a file called “spurs.java”. Change the block comment to include your own name.

Create a Java application that does the following:

1) Prints a list of the Spurs’ player names from this season with FGM, FGA, FG%

2) Determines the maximum FGM and FGA that are NOT LaMarcus Aldridge

3) Determines the corresponding players to the max FGM and FGA

4) Prints the max FGM, FGA, and corresponding player names

Your output should match the output on the left. When prompted to create an array with player names, use the names shown. You do NOT need to enter the statistics, that code is provided to you in the template.

Output: Player Names:

PLAYER

FGM

FGA

FG%

LaMarcus Aldridge

8.4

16.8

0.497

Rudy Gay

4.5

9.6

0.473

Pau Gasol

4.1

8.4

0.484

Danny Green

4

9.8

0.409

Kyle Anderson

3.6

6.9

0.515

Patty Mills

3.2

8.7

0.364

Manu Ginobili

3

7.3

0.41

Dejounte Murray

2.9

7.1

0.41

Bryn Forbes

2.4

5.3

0.455

Brandon Paul

1.4

2.7

0.5

Joffrey Lauvergne

1.4

3.8

0.382

Davis Bertans

0.9

2.2

0.424

Matt Costello

1

1

1

Darrun Hilliard

0.3

1.7

0.2

Derrick White

0

0.5

0