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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1391 / 1624

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
Create a class Integer. Each object in the class represents an integer and has a
Create a class Integer. Each object in the class represents an integer and has a value and a count. The count keeps track the number of times each Integer object occurs on the lef…
Create a class Integer. Each object in this class represents an integer and has
Create a class Integer. Each object in this class represents an integer and has a value and a count. The purpose of the count is to keep track of the number of times each Integer …
Create a class Item, representing a sales item as specified in the UML-diagram t
Create a class Item, representing a sales item as specified in the UML-diagram to the right. The two fields should be initialized in a constructor. The method toString should retu…
Create a class Java that contains sales person information. Part 1 Write a progr
Create a class Java that contains sales person information. Part 1 Write a program that contains a SalesPerson class. The SalesPerson class should store a salesperson’s name and s…
Create a class Lab5 with methods: the array array, int v) insert an integer at t
Create a class Lab5 with methods: the array array, int v) insert an integer at the beginning oftheamay. Shift the elements size of shoul should be the same int insert an integer a…
Create a class LinkedListStackWithHeadNode that implements the interface Stack e
Create a class LinkedListStackWithHeadNode that implements the interface Stack efficiently using a linked list. Again, to make it interesting, use an empty header node, as shown b…
Create a class MapTester. In it, use a HashMap to implement a phone book. In thi
Create a class MapTester. In it, use a HashMap to implement a phone book. In this class implement two methods: public void enterNumber(String name, String number) and public Strin…
Create a class MapTester. In it, use a HashMap to implement a phone book. In thi
Create a class MapTester. In it, use a HashMap to implement a phone book. In this class implement two methods: public void enterNumber(String name, String number) and public Strin…
Create a class MyLinkedList that extends LinkedList. Create a method in
Create a class MyLinkedList that extends LinkedList<String>. Create a method in the class with header      public String findLargest() that uses an iterator to recursively f…
Create a class Person that implements the Comparable interface. A person has a n
Create a class Person that implements the Comparable interface. A person has a name and a year of birth. You should provide a constructor that takes in the name as a string and th…
Create a class Plant for a Plant Nursery that has five attributes related to pla
Create a class Plant for a Plant Nursery that has five attributes related to plants: Create two methods of your own choosing for the class Plant. Allow the user to create a Plant …
Create a class Polynomial that is used to evaluate a polynomial function of x: A
Create a class Polynomial that is used to evaluate a polynomial function of x: A polynomial has the general form of: P(x) = a_n. x^n + a_n-1. x^n-1 ... a_2. x^1 + a_2. x^1 + a_0. …
Create a class RadioStation that has the following Three instance variables Name
Create a class RadioStation that has the following Three instance variables Name - The name of the radio station. Frequency - A decimal value from 87.5 to 108.0 that represents th…
Create a class Rational that represents a rational number. It should have privat
Create a class Rational that represents a rational number. It should have private attributes for * The numerator (an integer) * The denominator (an integer) and the following meth…
Create a class RationalNumber (fractions) with the following capabilities: a.) C
Create a class RationalNumber (fractions) with the following capabilities: a.) Create a constructor that prevents a 0 denominator in a fraction, reduces or simplifies fractions th…
Create a class RationalNumbers(fractions) with the followingcapabilities: a) Cre
Create a class RationalNumbers(fractions) with the followingcapabilities: a) Create a constructor that prevents a 0 denominator in afraction, reduces or simplifies fractions that …
Create a class Rectangle with attributes length and width, each of which default
Create a class Rectangle with attributes length and width, each of which defaults to 1. Provide methods that calculate the rectangle's perimeter and area. It has set and get metho…
Create a class Rectangle. The class has attributes length and width, each of whi
Create a class Rectangle. The class has attributes length and width, each of which defaults to Provide methods that calculate the perimeter and the area of the rectangle. Provide …
Create a class Rectangle. The class has attributes length and width, each of whi
Create a class Rectangle. The class has attributes length and width, each of which defaults to 1. It has methods that calculate the perimeter and the area of the rectangle. It has…
Create a class Resource. The class should have: Two private variables status and
Create a class Resource. The class should have: Two private variables status and writeTo representing integer value either 0 or 1. One default constructor that initializes the sta…
Create a class RoomOccupancy that can be used to record the number of people in
Create a class RoomOccupancy that can be used to record the number of people in the rooms of a building. The class has the attributes: numberInRooms: an array to record the number…
Create a class RoomOccupancy that can be used to record the number of people in
Create a class RoomOccupancy that can be used to record the number of people in the rooms of a building. The class has the attributes numberInRooms: an array to record the number …
Create a class RoomOccupancy that can be used to record the number of people in
Create a class RoomOccupancy that can be used to record the number of people in the rooms of a building. The class has the attributes numberInRooms: an array to record the number …
Create a class RoomOccupancy that can be used to record the number of people in
Create a class RoomOccupancy that can be used to record the number of people in the rooms of a building. The class has the attributes numberInRooms: an array to record the number …
Create a class RoomOccupancy that can be used to record the number of people in
Create a class RoomOccupancy that can be used to record the number of people in the rooms of a building. The class has the attributes numberInRooms: an array to record the number …
Create a class Solution here you get)) code:: #include #include #include #includ
Create a class
Create a class Solution here you get)) code:: #include #include #include #includ
Create a class
Create a class Student that has the following instancesvariables: String Name St
Create a classStudent that has the following instancesvariables: String Name String ID String password Double GPA Three gradesGrade1, Grade2 and Grade3 (doubles) for subject 1, su…
Create a class Student. The class has member data: name and tests (array of 3 te
Create a class Student. The class has member data: name and tests (array of 3 test scores). It has several functions: setName, getName, setTests, and displayResult. The function s…
Create a class TicTacToe that will enable you to write a complete program to pla
Create a class TicTacToe that will enable you to write a complete program to play the game of tic-tac-toe. The class contains as private data a 3-by-3 two-dimensional array of int…
Create a class TicTacToe that will enable you to write a program to play Tic-Tac
Create a class TicTacToe that will enable you to write a program to play Tic-Tac-Toe. The class contains a private 3-by-3 two-dimensional array. Use an enumeration to represent th…
Create a class TicTacToe that will enable you to write a program to play Tic-Tac
Create a class TicTacToe that will enable you to write a program to play Tic-Tac-Toe. The class contains a private 3-by-3 two-dimensional array. Use an enum type to represent the …
Create a class Vehicle. It should have noofwheele (Integer), maxspeed (float), a
Create a class Vehicle. It should have noofwheele (Integer), maxspeed (float), and color (string) as Instance variables. It's constructor must take in three parameters, an integer…
Create a class \"Money\" that contains attributes \"dollars\", \"quarters\", \"d
Create a class "Money" that contains attributes "dollars", "quarters", "dimes", "nickels", and "pennies" (all of type "int"), a 5 argument constructor (i.e., to initialize all the…
Create a class and write a main method that does the following 1. create an inst
Create a class and write a main method that does the following 1. create an instance of Particle method. 2. The start values of the Particle object are xPosition =0.0, yPosition =…
Create a class and write a main method that does the following 1. create an inst
Create a class and write a main method that does the following 1. create an instance of Particle method. 2. The start values of the Particle object are xPosition =0.0, yPosition =…
Create a class and write a main method that does the following 1. create an inst
Create a class and write a main method that does the following 1. create an instance of Particle method. 2. The start values of the Particle object are xPosition =0.0, yPosition =…
Create a class animal Contains methodsSpeak Message box “grrrr” Move Message box
Create a class animal Contains methodsSpeak Message box “grrrr” Move Message box “location changed” Create a class pet Inherits from animal Contains name field readonly name prope…
Create a class call Card.java , it should contain at least 2 variables one is su
Create a class call Card.java, it should contain at least 2 variables one is suit(“Spade” , ”Heart”, “Diamond”, “Club”) and the other one is rank(1~13). Please new 26 card instanc…
Create a class called Account that contains: Three private instance variables: n
Create a class called Account that contains: Three private instance variables: name (String), account (String), account balance (double). One constructor, which constructs all ins…
Create a class called Area that implements the Comparable interface. An area is
Create a class called Area that implements the Comparable interface. An area is a rectangle constructed to be width x height. Comparison: Two areas are considered "equal" if their…
Create a class called Area that implements the Comparable interface. An area is
Create a class called Area that implements the Comparable interface. An area is a rectangle constructed to be width x height. Comparison: Two areas are considered "equal" if their…
Create a class called ArrayUtility.java which will contain methods to perform ar
Create a class called ArrayUtility.java which will contain methods to perform array manipulations. There are no instance variables required in this class. Write each of the method…
Create a class called BMI with the following instance variables: name, age, weig
Create a class called BMI with the following instance variables: name, age, weight(in pounds), and height. Create a constructor for your class so that you can create objects of ty…
Create a class called BMI with the following instance variables: name, age, weig
Create a class called BMI with the following instance variables: name, age, weight(in pounds), and height. Create a constructor for your class so that you can create objects of ty…
Create a class called Backward and include in it an instance variable named char
Create a class called Backward and include in it an instance variable named charsIn that is an array of 80 characters and an instance variable charsOut that is also an array of 80…
Create a class called Backward and include in it an instance variable named char
Create a class called Backward and include in it an instance variable named charsIn that is an array of 80 characters and an instance variable charsOut that is also an array of 80…
Create a class called Bigram. The class will have a constructor which takes a St
Create a class called Bigram. The class will have a constructor which takes a String. Use a Scanner withits default tokenization on the String. As long as hasNext() returns true, …
Create a class called BinaryHeap The BinaryHeap class will implement the followi
Create a class called BinaryHeap The BinaryHeap class will implement the following methods given K implements comparable and the Heap is backed by a resizing array that represents…
Create a class called BinaryTree. Because elements need to be stored in a sorted
Create a class called BinaryTree. Because elements need to be stored in a sorted manner, you can assume that any elements added to the tree implement the Comparable class with the…