Browse D
Alphabetical listing with fast deep pagination.
30085 items • Page 234 / 602
Design and implement a better Web page for translating English text into Pirate
Design and implement a better Web page for translating English text into Pirate talk. The JavaScript code for performing the translation is provided below. The PHRASES array conta…
Design and implement a calculator that supports all four basic functionalities l
Design and implement a calculator that supports all four basic functionalities like add, subtract, divide and multiply using functions. Specifically, perform the following: - Use …
Design and implement a class DayType that implements the day of the week in a pr
Design and implement a class DayType that implements the day of the week in a program. The class should store the day such as Sun for “Sunday”. The program should be able to perfo…
Design and implement a class Employee in a java file called Employee.java. The c
Design and implement a class Employee in a java file called Employee.java. The class should contain instance variables for employee’s name, age, yearsOfService. • Define the Emplo…
Design and implement a class Province that stores the name of the province, the
Design and implement a class Province that stores the name of the province, the name of premier of the province, its population and the number of cities. The class should have one…
Design and implement a class Province that stores the name of the province, the
Design and implement a class Province that stores the name of the province, the name of premier of the province, its population and the number of cities. The class should have one…
Design and implement a class Stack that supports stacks that are implemented usi
Design and implement a class Stack that supports stacks that are implemented using a linked-list. TestLinkList.java which is below can be modified to provide the linked-list funct…
Design and implement a class Stack that supports stacks that are implemented usi
Design and implement a class Stack that supports stacks that are implemented using a linked-list. TestLinkList.java which is below can be modified to provide the linked-list funct…
Design and implement a class called Book that containsinstance data for the titl
Design and implement a class called Book that containsinstance data for the title, author, publisher, and copyright date.Define a Book constructor to accept and initialize this da…
Design and implement a class called Course that represents a course taken at a s
Design and implement a class called Course that represents a course taken at a school. A course object should kept track of up to five students (as represented by the Student clas…
Design and implement a class called Flight that represents an airline flight. It
Design and implement a class called Flight that represents an airline flight. It should contain data that represents an airline name, flight number, and the flight’s origin and de…
Design and implement a class called Square that creates objects that represent s
Design and implement a class called Square that creates objects that represent squares on a chess board. The Square constructor should take three parameters: the row and column nu…
Design and implement a class called Square that creates objects that represent s
Design and implement a class called Square that creates objects that represent squares on a chess board. The Square constructor should take three parameters: the row and column nu…
Design and implement a class called book that contains instance data for the tit
Design and implement a class called book that contains instance data for the title, author, publisher, and copyright date. Define the book constructor to accept and initialize thi…
Design and implement a class called circle_location to keep track of the positio
Design and implement a class called circle_location to keep track of the position of a single point that travels around a circle. An object of this class records the position of t…
Design and implement a class called statistician. After a statistician is initia
Design and implement a class called statistician. After a statistician is initialized, it can be given a sequence of double numbers by invoking a member function next. For example…
Design and implement a class calledPostfixCalculator. Use the algorithm given on
Design and implement a class calledPostfixCalculator. Use the algorithm given on page 374(data abstraction and problem solving with java 3rd edition) to evaluate postfix expressio…
Design and implement a class calledPostfixCalculator. Use the algorithm given on
Design and implement a class calledPostfixCalculator. Use the algorithm given on page 374(data abstraction and problem solving with java 3rd edition) to evaluate postfix expressio…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class dayType that implements the day of the week in a pr
Design and implement a class dayType that implements the day of the week in a program. The class dayType should store the day, such as Sun for Sunday. The program should be able t…
Design and implement a class for a deck of cards, named DeckOfCards. It will hav
Design and implement a class for a deck of cards, named DeckOfCards. It will have suit and rank as its private data members. It will also have the necessary method to return a car…
Design and implement a class for polynomials a n x n + a n-1 x n-1 + ... + a 1 x
Design and implement a class for polynomials anxn + an-1xn-1 + ... + a1x + a0 with integer coefficients. The coefficients and the degree are data members. The class operations sho…
Design and implement a class name Rectangle to represent rectangle. The class co
Design and implement a class name Rectangle to represent rectangle. The class contains 1 import java.util.*; 2 import java.lang.*; Two double data fields named width and height th…
Design and implement a class named CPoint for the managementterms of its width,
Design and implement a class named CPoint for the managementterms of its width, height and the point corresponding to theupper-left corner. Finally, write a testing program that c…
Design and implement a class named Circle2D that contains: Two data fields (i.e.
Design and implement a class named Circle2D that contains: Two data fields (i.e., instance variables) named x and y that specify the center of the circle. A data field radius with…
Design and implement a class named Circle2D that contains: Two data fields (i.e.
Design and implement a class named Circle2D that contains: Two data fields (i.e., instance variables) named x and y that specify the center of the circle. A data field radius with…
Design and implement a class named SafeArray which solves the array index out of
Design and implement a class named SafeArray which solves the array index out of bounds problem and also allows the user to begin the array index starting at any integer, positive…
Design and implement a class representing a Person along with 3 subclasses using
Design and implement a class representing a Person along with 3 subclasses using the following guidelines: a. Create a class named Person and its three subclasses named Employee, …
Design and implement a class representing a sorted circular doubly linked list.
Design and implement a class representing a sorted circular doubly linked list. The class must have the following requirements: 1. The class must be a template class 2. The class …
Design and implement a class representing a sorted circular doubly linked list.
Design and implement a class representing a sorted circular doubly linked list. The class must have the following requirements: 1. The class must be a template class 2. The class …
Design and implement a class representing a sorted circular doubly linked list.
Design and implement a class representing a sorted circular doubly linked list. The class must harve the eouree als Add an item to the list. 1. The class mvust be a template clas …
Design and implement a class representing an unsorted doubly linked list. The cl
Design and implement a class representing an unsorted doubly linked list. The class must have the following requirements: The linked list and the nodes must be implemented as a C …
Design and implement a class that allows a teacher to track the grades in a sing
Design and implement a class that allows a teacher to track the grades in a single course. Include methods that calculate the average grade, the highest grade, and the lowest grad…
Design and implement a class that represents an email entry. It should have an a
Design and implement a class that represents an email entry. It should have an attribute for the person's name (which can be a class Name) and attributes for the user name and add…
Design and implement a class that uses an array to mimic the behavior of some of
Design and implement a class that uses an array to mimic the behavior of some of the methods in the Array list class. Include the following methods: Add(): Adds an element to the …
Design and implement a class that uses an array to mimic the behavior of some of
Design and implement a class that uses an array to mimic the behavior of some of the methods in the ArrayList class. Include the following methods: Add(): Adds an element to the a…
Design and implement a class that uses an array to mimic the behavior of some of
Design and implement a class that uses an array to mimic the behavior of some of the methods in the ArrayList class. Include the following methods: Add(): Adds an element to the a…
Design and implement a database using SQL Data Definition Language (DDL) and pro
Design and implement a database using SQL Data Definition Language (DDL) and proceed with populating a Mom and Pop Johnson Video Store database via Data Manipulation Language (DML…
Design and implement a dynamic linked queue (FIFO – first-in, first-out) using C
Design and implement a dynamic linked queue (FIFO – first-in, first-out) using C++ classes including the following methods: o isEmpty ( ) - returns an integer or enumerated bool t…
Design and implement a graphic version of the Towers of Hanoi puzzle. Allow the
Design and implement a graphic version of the Towers of Hanoi puzzle. Allow the user to set the number of disks used in the puzzle. The use should be able to interact with the puz…
Design and implement a graphical user interface application that performs flashc
Design and implement a graphical user interface application that performs flashcard testing of simple mathematical problems. Allow the user to pick the category, Addition, Subtrac…
Design and implement a heap in C++ by vectors that follows the following standar
Design and implement a heap in C++ by vectors that follows the following standard. Let T be a binary tree. • If v is the root of T, then f(v) = 1 • If v is the left child of node …
Design and implement a min heap collection, with an appropriate interface, imple
Design and implement a min heap collection, with an appropriate interface, implementing class, and node class, Use a linked implementation strategy.