...

/

Build a Player Profile

Build a Player Profile

Build an object to store and print a player’s attributes.

Now it’s time to build a full player profile system using everything you’ve learned: classes, constructors, methods, and user input.

Goal

You’ll aim to:

  • Combine fields, constructors, and methods.

  • Use Scanner to customize input. ...