SmartExpert

(118)

$30/per page/Negotiable

About SmartExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Accounting,Business & Finance See all
Accounting,Business & Finance,Economics,English,HR Management,Math Hide all
Teaching Since: Apr 2017
Last Sign in: 56 Weeks Ago, 5 Days Ago
Questions Answered: 7570
Tutorials Posted: 7352

Education

  • BS,MBA, PHD
    Adelphi University/Devry
    Apr-2000 - Mar-2005

Experience

  • HOD ,Professor
    Adelphi University
    Sep-2007 - Apr-2017

Category > Computer Science Posted 22 Sep 2020 My Price 30.00

CMIS 141 6385 Introductory Programming (2208) Homework 3

Before attempting this project, be sure you have completed all of the reading assignments, hands-on

labs, discussions, and assignments to date.

Create a Java class named HeadPhone to represent a headphone set. The class contains:

ï‚· Three constants named LOW, MEDIUM and HIGH with values of 1, 2 and 3 to denote the

headphone volume.

ï‚· A private int data field named volume that specifies the volume of the headphone. The

default volume is MEDIUM.

ï‚· A private boolean data field named pluggedIn that specifies if the headphone is plugged

in. The default value is false.

ï‚· A private String data field named manufacturer that specifies the name of the

manufacturer of the headphones.

ï‚· A private Color data field named headPhoneColor that specifies the color of the

headphones.

ï‚· A private String data field named headPhoneModel that specifies the Model of the

headphones.

ï‚· getter and setter methods for all data fields.

ï‚· A no argument constructor that creates a default headphone.

ï‚· A method named toString() that returns a string describing the current field values of

the headphones.

ï‚· A method named changeVolume(value) that changes the volume of the headphone to

the value passed into the method

Create a TestHeadPhone class that constructs at least 3 HeadPhone objects. For each of the objects

constructed, demonstrate the use of each of the methods. Be sure to use your IDE to accomplish this

assignment.

The google recommended Java style guide, provided as link in the week 2 content, should be used to

format and document your code. Specifically, the following style guide attributes should be addressed:

ï‚· Header comments include filename, author, date and brief purpose of the program.

ï‚· In-line comments used to describe major functionality of the code.

ï‚· Meaningful variable names and prompts applied.

ï‚· Class names are written in UpperCamelCase.

ï‚· Variable names are written in lowerCamelCase.

ï‚· Constant names are in written in All Capitals.

ï‚· Braces use K&R style.

Attachments:

Answers

(118)
Status NEW Posted 22 Sep 2020 07:09 PM My Price 30.00

CMI-----------S 1-----------41 -----------638-----------5 I-----------ntr-----------odu-----------cto-----------ry -----------Pro-----------gra-----------mmi-----------ng -----------(22-----------08)----------- Ho-----------mew-----------ork----------- 3-----------

Attachments

1600805163-HeadPhones.zip
Not Rated(0)