Project: Power Up the Player Profile
Add a method to upgrade the player’s stats and display the updated profile in this Java project.
We'll cover the following...
We'll cover the following...
Let’s build a full player profile system using everything you’ve learned: classes, constructors, methods, and user input.
Our goal is to:
Combine fields, constructors, and methods.
Use
Scanner
to customize input.Display a full profile. ...