am trying to create a class that follows these instructions. My code so far is listed at the bottom.  Create a class called Game Info  Use the class specification below: /** * Represents the information about a gamer on a * service like Steam, etc. * * @author * */ GamerProfile should have the following instance variables: userName of type String pvpEnabled of type boolean online of type boolean gameLibrary of type ArrayList My code:  /**  * Represents the information about a gamer on a   * service like Steam, etc.  *   * @author lkelly  *  */ public class GamerProfile {     public String userName;     boolean pvpEnabled;     boolean online

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter11: More Object-oriented Programming Concepts
Section: Chapter Questions
Problem 1GZ
icon
Related questions
Question

I am trying to create a class that follows these instructions. My code so far is listed at the bottom. 

Create a class called Game Info 

  1. Use the class specification below:

    /**
    * Represents the information about a gamer on a
    * service like Steam, etc.
    *
    * @author <put your name here>
    *
    */
  2. GamerProfile should have the following instance variables:
    1. userName of type String
    2. pvpEnabled of type boolean
    3. online of type boolean
    4. gameLibrary of type ArrayList<GameInfo>

My code: 

/**
 * Represents the information about a gamer on a 
 * service like Steam, etc.
 * 
 * @author lkelly
 *
 */

public class GamerProfile {
    public String userName;
    boolean pvpEnabled;
    boolean online;
    
}

 
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT