Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1392 / 1624
Create a class called CPU that consists of a manufacturer, a model number, and a
Create a class called CPU that consists of a manufacturer, a model number, and a speed in hertz. Create a constructor that requires all three data items and a function that will d…
Create a class called Canada. It contains an array of 13 Strings: the names of C
Create a class called Canada. It contains an array of 13 Strings: the names of Canada’s ten provinces and three territories. It also contains another array - of 13 ints - the popu…
Create a class called Car 1. One constructor takes no parameters and simply popu
Create a class called Car 1. One constructor takes no parameters and simply populates the array with these cars: cars[0] = new Car(2016, "honda", "civic"); cars[2] = new Car(2017,…
Create a class called Character that models the char primitive type. Your class
Create a class called Character that models the char primitive type. Your class should hold a char as the data section. This class will be used to provide information about a char…
Create a class called Circle that holds information about a Circle. Your Circle
Create a class called Circle that holds information about a Circle. Your Circle class really only needs one property, the radius. Properties are the values that makeup the data se…
Create a class called Circle. This class will have a double variable radius as i
Create a class called Circle. This class will have a double variable radius as its private member. The class should have a constructor that defaults its parameter to 1 if a parame…
Create a class called Classroom that represents the desks in a classroom. It sho
Create a class called Classroom that represents the desks in a classroom. It should have an instance variable called desks that is a two-dimensional array of Strings. The class’s …
Create a class called Classroom that represents the desks in a classroom. It sho
Create a class called Classroom that represents the desks in a classroom. It should have an instance variable called desks that is a two-dimensional array of Strings. The class’s …
Create a class called Classroom that represents the desks in a classroom. It sho
Create a class called Classroom that represents the desks in a classroom. It should have an instance variable called desks that is a two-dimensional array of Strings. The class’s …
Create a class called Client, the Client class must contain attributes for Clien
Create a class called Client, the Client class must contain attributes for Client name, Client ID, starting balance, and closing balance, and all other accessor/mutator/constructo…
Create a class called Coin as follows: Attributes: name and value of a coin (val
Create a class called Coin as follows: Attributes: name and value of a coin (valid names and values are Toonie(200), Loonie(100), Quarter(25), Dime(10) and Nickel(5)). Methods : C…
Create a class called ComboPanel that extends JPanel. The class constructor shou
Create a class called ComboPanel that extends JPanel. The class constructor should add three JComboBox objects to the panel and initialize each of them with Integer objects with v…
Create a class called Complex for performing arithmetic with complex numbers. Wr
Create a class called Complex for performing arithmetic with complex numbers. Write a program to test your class. Complex numbers have the form realPart + imaginaryPart * i where …
Create a class called Complex for performing arithmetic with complex numbers. Wr
Create a class called Complex for performing arithmetic with complex numbers. Write a driver program to test your class. Complex numbers have the form realPart + imaginaryPart * i…
Create a class called ComputerTest. The ComputerTest class should have the follo
Create a class called ComputerTest. The ComputerTest class should have the following private fields: A private String called name that stores the name of the test, i.e. Final Exam…
Create a class called Contact that has a firstName, lastName, phone and email. A
Create a class called Contact that has a firstName, lastName, phone and email. Also create a PhoneBook class that will have an arrayList of contact. The PhoneBook class will have …
Create a class called Course that is used to hold the name of a college course a
Create a class called Course that is used to hold the name of a college course and the number of students registered in the course. The problem should be built in three files Cour…
Create a class called Customer (5 pts) Implement a class to maintain information
Create a class called Customer (5 pts) Implement a class to maintain information about a customer including: gender (boolean), first name, last name, birth date (day, month, year)…
Create a class called CustomerLister with a main method that instantiates an arr
Create a class called CustomerLister with a main method that instantiates an array of String objects called customerName. The array should have room for five String objects. Use a…
Create a class called CustomerListerArrayList with a main method that declares a
Create a class called CustomerListerArrayList with a main method that declares and instantiates an ArrayList of String objects called customerName. Add each of the following Strin…
Create a class called Cylinder.java that contains two double-precision instance
Create a class called Cylinder.java that contains two double-precision instance variables named radius and height. The class should include a constructor that initializes the radi…
Create a class called Date that includes three pieces of information as automati
Create a class called Date that includes three pieces of information as automatic properties: a month (type int), a day (type int) and a year (type int). Your class should have a …
Create a class called Date212 to represent a date. It will store the year, month
Create a class called Date212 to represent a date. It will store the year, month and day as integers (not as a String), so you will need three private instance variables. Two cons…
Create a class called DateProfile that has the following private instance member
Create a class called DateProfile that has the following private instance members: Each object in the DateProfile class represents an applicant's profile. If the object is ('M', '…
Create a class called DateProfile that has the following private instance member
Create a class called DateProfile that has the following private instance members: gender - a char, the gender of the applicant ('M' or 'F'). search_gender - a char, the gender of…
Create a class called DateProfile that has the following private instance member
Create a class called DateProfile that has the following private instance members: gender - a char, the gender of the applicant ('M' or 'F'). searchGender - a char, the gender of …
Create a class called Degree in java . The class has 3 variables, celsius, fahre
Create a class called Degree in java . The class has 3 variables, celsius, fahrenheit, and scale. The first two are of type double and the 3rd is a String. Create 1 constructor me…
Create a class called Dice, which has the roll () final instance method, which r
Create a class called Dice, which has the roll () final instance method, which returns a random int based 011 the number of sides a die has. Create a D4, D6, and D8 class, each of…
Create a class called Dog that represents a dog. The class should have fields re
Create a class called Dog that represents a dog. The class should have fields representing the dog's name, age, andbreed. Add two constructors to the class: 1) a no parameter cons…
Create a class called DrawImageControlPanel. Modify the code presented in the Mo
Create a class called DrawImageControlPanel. Modify the code presented in the Module 5 slides (also posted separately on the Resources page) such that this new JPanel is integrate…
Create a class called Employee that contains 3 pieces of information as instance
Create a class called Employee that contains 3 pieces of information as instance variables: first name (datatype string), last name (datatype string), monthly salary.( datatype de…
Create a class called Employee that contains 3 pieces of information as instance
Create a class called Employee that contains 3 pieces of information as instance variables: first name (datatype string), last name (datatype string), monthly salary.( datatype de…
Create a class called Employee that contains 3 pieces of information as instance
Create a class called Employee that contains 3 pieces of information as instance variables: first name (datatype string), last name (datatype string), monthly salary.( datatype de…
Create a class called Employee that contains 3 pieces of information as instance
Create a class called Employee that contains 3 pieces of information as instance variables: first name (datatype string), last name (datatype string), monthly salary.( datatype de…
Create a class called Employee that contains 3 pieces of information as instance
Create a class called Employee that contains 3 pieces of information as instance variables: first name (datatype string), last name (datatype string), monthly salary.( datatype de…
Create a class called Employee that includes three instance variables Create a c
Create a class called Employee that includes three instance variables Create a class called Employee that includes three instance variables-a first name (type String), a last name…
Create a class called Employee that includes three instance variables-a first na
Create a class called Employee that includes three instance variables-a first name (type String), a last name (type String) and a monthly salary (double). Provide a constructor th…
Create a class called Employee that includes three instance variables-a first na
Create a class called Employee that includes three instance variables-a first name (type String), a last name (type String) and a monthly salary (double). Provide a constructor th…
Create a class called Employee that includes three instance variables—a first na
Create a class called Employee that includes three instance variables—a first name (type String), a last name (type String) and a monthly salary (double). Provide a constructor th…
Create a class called Employee that includes three pieces of information as eith
Create a class called Employee that includes three pieces of information as either instance variables or automatic properties - a firstname (type string), a last name (type string…
Create a class called Employee that includes three pieces of information as eith
Create a class called Employee that includes three pieces of information as either instance variables or automatic properties - a firstname (type string), a last name (type string…
Create a class called Employee that includes three pieces of information as inst
Create a class called Employee that includes three pieces of information as instance variables—a first name (type String), a last name (type String) and a monthly salary (type dou…
Create a class called Employee that includes three pieces ofinformation as insta
Create a class called Employee that includes three pieces ofinformation as instance variables a first name ( type String),a last name (type String), and a monthly salary(double). …
Create a class called Employee whose objects are records for an employee. This c
Create a class called Employee whose objects are records for an employee. This class will be a derived class of the class Person which you will have to copy into a file of your ow…
Create a class called Employee whose objects are records for an employee. This c
Create a class called Employee whose objects are records for an employee. This class will be a derived class of the class Person which is below. An employee record has an employee…
Create a class called Employee whose objects are records for an employee. This c
Create a class called Employee whose objects are records for an employee. This class will be a derived class of the class Person shown below. An employee record has an employee's …
Create a class called Fan.java to represent a fan. The class contains: Three con
Create a class called Fan.java to represent a fan. The class contains: Three constants named SLOW, MEDIUM, and FAST with the values 1, 2, and 3 to denote the fan speed. A private …
Create a class called FitnessMember that has only one variable, called name. The
Create a class called FitnessMember that has only one variable, called name. The person class should have a constructor with no parameters, a constructor with a parameter, a mutat…
Create a class called FitnessMember that has only one variable, called name. The
Create a class called FitnessMember that has only one variable, called name. The person class should have a constructor with no parameters, a constructor with a parameter, a mutat…
Create a class called FitnessMember that has only one variable, called name. The
Create a class called FitnessMember that has only one variable, called name. The person class should have a constructor with no parameters, a constructor with a parameter, a mutat…