Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 982 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Write a class for sorting strings into lexicographic (alphabetical) order that f
Write a class for sorting strings into lexicographic (alphabetical) order that follows the outline of the class SelectionSort in display 6.11 of Chapter 6. Your definition, howeve…
Write a class from which an object can be derived in a client program. Name the
Write a class from which an object can be derived in a client program. Name the class: Day Private data members: int day; int month; int year; string day_day_of the_week; double t…
Write a class from which an object can be derived in a client program. Name the
Write a class from which an object can be derived in a client program. Name the class: Day Private data members: int day; int month; int year; string day_day_of the_week; double t…
Write a class in C# windows form named RetailItem that holds data about an item
Write a class in C# windows form named RetailItem that holds data about an item in a retail store. The class should have the following properties: Description—The Description prop…
Write a class in Java (class it Insurance) that contains: a. private instance va
Write a class in Java (class it Insurance) that contains: a. private instance variable (String) called polType (meaning policy type, default is "auto") b. private instance variabl…
Write a class in Java (class it Insurance) that contains: a. private instance va
Write a class in Java (class it Insurance) that contains: a. private instance variable (String) called polType (meaning policy type, default is "auto") b. private instance variabl…
Write a class in Java that has two methods. The first method, subtract, takes in
Write a class in Java that has two methods. The first method, subtract, takes in two parameters as input and returns the value of the first parameter minus the second parameter. T…
Write a class lab04.NumberPower similar to Multiplier. It should read two intege
Write a class lab04.NumberPower similar to Multiplier. It should read two integer values and compute a result, incorporating the following changes: 1.) Use a private helper method…
Write a class name ArrayOperations with the following static methods: -getTotal
Write a class name ArrayOperations with the following static methods: -getTotal = this method should accept a 1D array as its argument and return the total of the values in the ar…
Write a class name FilcDisplay with the following methods: Constructor: takes th
Write a class name FilcDisplay with the following methods: Constructor: takes the name of a flic as an argument displayHcad: displays only the first five lines of the file's conte…
Write a class name Fraction that is made up of two double for numerator and deno
Write a class name Fraction that is made up of two double for numerator and denonminator. A Fraction class should have the following methods: (a): Two constructors- one that is a …
Write a class name StudentRecord with the following specifications - Data member
Write a class name StudentRecord with the following specifications - Data members: name, marks[], major, term (use appropriate data type) Member functions: You are allowed to leav…
Write a class name StudentRecord with the following specifications – • Data memb
Write a class name StudentRecord with the following specifications – • Data members: name, marks[], major, term (use appropriate data type) • Member functions: o You are allowed t…
Write a class named Add that has the following data members, constructor, and me
Write a class named Add that has the following data members, constructor, and methods: Data Members: private int row; // The number of rows for the addition table. private int col…
Write a class named Adder that enables theaddition of up to and including 20-dig
Write a class named Adder that enables theaddition of up to and including 20-digit integers. (The“20” value might be a named constant so your classcould work with integers exceedi…
Write a class named Address.java that represents an address with the following f
Write a class named Address.java that represents an address with the following fields and methods with suitable access modifiers: Two string fields for street and city, an integer…
Write a class named Animal that has the following attributes and methods. Save t
Write a class named Animal that has the following attributes and methods. Save this class as Animal.py Attributes __animal_type: a hidden attribute used to indicate the animal’s t…
Write a class named Array2DAlgorithms. In the class write: an equals method that
Write a class named Array2DAlgorithms. In the class write: an equals method that accepts two 2D integer arrays as parameters and returns true if the arrays contain the same elemen…
Write a class named ArrayOperations with the following static methods : • getTot
Write a class  named ArrayOperations with the following static  methods : • getTotal: This method should accept a one-dimensional array as its argument and return the total of the…
Write a class named Averager containing: An instance variable named sum of type
Write a class named Averager containing: An instance variable named sum of type integer , initialized to 0. An instance variable named count of type integer , initialized to 0. A …
Write a class named Averager containing: An instance variable named sum of type
Write a class named Averager containing: An instance variable named sum of type integer, initializedto 0. An instance variable named count of type integer, initializedto 0. A meth…
Write a class named Averager containing: An instance variable named sum of type
Write a class named Averager containing: An instance variable named sum of type integer, initialized to 0. An instance variable named count of type integer, initialized to 0. A me…
Write a class named BubbleSort with the following methods and functionality: Wri
Write a class named BubbleSort with the following methods and functionality: Write a bubbleSort method that implements a sort method that uses the bubble-sort algorithm. Your sour…
Write a class named Car that has the following fields (attributes): year (an int
Write a class named Car that has the following fields (attributes): year (an int which holds the car's year) model (a String with holds the car's model) make (a String which holds…
Write a class named Car that has the following fields (attributes): year (an int
Write a class named Car that has the following fields (attributes): year (an int which holds the car's year) model (a String with holds the car's model) make (a String which holds…
Write a class named Car that has the following fields: -yearModel. The yearModel
Write a class named Car that has the following fields: -yearModel. The yearModel field is an int that holds the car's year model. -make. The make field references a String object …
Write a class named Car that has the following fields: year Model. The year Mode
Write a class named Car that has the following fields: year Model. The year Model field is an int that holds the car's year model. make. The make field references a String object …
Write a class named Car that has the following fields: yearModel The year Model
Write a class named Car that has the following fields: yearModel The year Model field is an int that holds the car's year model. make The make field references a String object tha…
Write a class named Car that has the following fields: yearModel. The yearModel
Write a class named Car that has the following fields: yearModel. The yearModel field is an int that holds the car’s year model. make. The make field references a String object th…
Write a class named Car that has the following member variables: *year. An int t
Write a class named Car that has the following member variables: *year. An int that hold's the car's model year *make. A string that holds the make of the car *speed. An int that …
Write a class named Car that has the following member variables: *year. An int t
Write a class named Car that has the following member variables: *year. An int that hold's the car's model year *make. A string that holds the make of the car *speed. An int that …
Write a class named Car that has the following member variables: - year. An int
Write a class named Car that has the following member variables: - year. An int that holds the car's model year. - make. A string object that holds the make of the car. - speed. A…
Write a class named Car that has the following member variables: . year . An int
Write a class named Car that has the following member variables: . year. An int that holds the car's model year. .make. A string that holds the make of the car .speed.An int that …
Write a class named Car that has the following member variables: year – an int t
Write a class named Car that has the following member variables: year – an int that holds the car’s model year make – a string that holds the make of the car speed – an int that h…
Write a class named Car that has the following member variables: yearModel : An
Write a class named Car that has the following member variables: yearModel: An int that holds the car's year model. make: A string that holds the make of the car. speed: An int th…
Write a class named Car that has the following member variables: yearModel: An i
Write a class named Car that has the following member variables: yearModel: An int that holds the car's year model. make: A string that holds the make of the car. speed: An int th…
Write a class named Car that has the followingmember variables: yearModel . An i
Write a class named Car that has the followingmember variables:       yearModel.An int that holds the car’s year model. •    make. A stringthat holds the make of the car. •    spe…
Write a class named Car that represents a car. Your Car class should have the fo
Write a class named Car that represents a car. Your Car class should have the followning: 1. Instance variables i. make and model of the car ii. Color of the car iii. The car's pr…
Write a class named Car that represents a car. Your Car class should have the fo
Write a class named Car that represents a car. Your Car class should have the following: Instance variables Make and model of the car Color of the car The car's price The car's mi…
Write a class named CarPlate encapsulating the concept of a car license plate, a
Write a class named CarPlate encapsulating the concept of a car license plate, assuming that it has the following attributes: the plate number, the state, and its color. Write a c…
Write a class named Circle which contains member variables for x and y (position
Write a class named Circle which contains member variables for x and y (positions on a coordinate system for the center point), and radius. Methods should include Move (changes th…
Write a class named Circle which contains member variables for x and y (position
Write a class named Circle which contains member variables for x and y (positions on a coordinate system for the center point), and radius. Methods should include Move (changes th…
Write a class named Coin. A Coin class should have the following fields: A Strin
Write a class named Coin. A Coin class should have the following fields: A String named sideUp. The sideUp field will hold either "heads" or "tails" indicating the side of the coi…
Write a class named Coin. Coins have a year, a face value, a weight, and a state
Write a class named Coin. Coins have a year, a face value, a weight, and a state of heads or tails. A coin can be flipped and a coin can be sold for more than its face value if it…
Write a class named Coin. The Coin class should have the following field: A stri
Write a class named Coin. The Coin class should have the following field: A string named sideUp. The sideUp field will hold either "heads" or " tails" indicating the side of the c…
Write a class named Customer as: Customer - lastName: String - firstName: String
Write a class named Customer as: Customer - lastName: String - firstName: String + getLastName(): String + setLastName(String lastName): void + getFirstName(): String + setFirstNa…
Write a class named Deque20, placed in the file Deque20.java. It should behav
Write a class named Deque20<E>, placed in the file Deque20.java. It should behave exactly as described in the Java interface Deque (Google: "Java 8 Deque") except that it sh…
Write a class named Die with the attribute face that can have a value between 1
Write a class named Die with the attribute face that can have a value between 1 and 6(inclusive). Include a constructor that randomly assigns a value to a die object. You may use …
Write a class named Die with the attribute face that can have a value between 1
Write a class named Die with the attribute face that can have a value between 1 and 6(inclusive). Include a constructor that randomly assigns a value to a die object. You may use …
Write a class named Employee that has the following data fields and constructors
Write a class named Employee that has the following data fields and constructors A private String data field named name A private String data field named idNumber A private String…