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

Browse D

Alphabetical listing with fast deep pagination.
30085 items • Page 217 / 602

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
Design a class called ItemToPurchase. This class h
Design a class called ItemToPurchase. <Please solve this in PYTHON> This class has the following attributes: item_name, item_price, and item_quanity The ItemToPurchase class…
Design a class called ItemToPurchase. This class has the following attributes: i
Design a class called ItemToPurchase. This class has the following attributes: item_name, item_price, and item_quanity The ItemToPurchase class should have methods to return the c…
Design a class called MovieData to store the following information about a movie
Design a class called MovieData to store the following information about a movie: Include a constructor that allows all four of these member data values to be specified at the tim…
Design a class called MovieData to store the following information about a movie
Design a class called MovieData to store the following information about a movie: Include a constructor that allows all four of these member data values to be specified at the tim…
Design a class called MovieData to store the following information about a movie
Design a class called MovieData to store the following information about a movie: Title (a string ) Director (a string ) Year Released (an integer ) Running time (in minutes - an …
Design a class called MyJFrame to produce output as shown in Figures 1 – 7. This
Design a class called MyJFrame to produce output as shown in Figures 1 – 7. This frame must be inherited from the class JFrame. The frame must contain only a title as shown in Fig…
Design a class called MyJFrame to produce output similar to Figures I - IV Figur
Design a class called MyJFrame to produce output similar to Figures I - IV Figure I – Create a frame that is inherited from the class JFrame. The frame must contain only a title. …
Design a class called NumDays whose purpose is to store a value that represents
Design a class called NumDays whose purpose is to store a value that represents a #of work hours and convert it to a number of days. ex .8 hours would be 1 day, 12 hrs = 1.5 days.…
Design a class called NumDays. The class ‘s purpose is tostore a value that repr
Design a class called NumDays. The class ‘s purpose is tostore a value that represents a number of work hours and convert itto a number of days. For example, 8 hours would be conv…
Design a class called NumDays. The class\'s purpose is to store a value that rep
Design a class called NumDays. The class's purpose is to store a value that represents a number of work hours and convert it into a number of days. for example, 8 hours would be c…
Design a class called NumDays. The class\'s purpose is to store a value that rep
Design a class called NumDays. The class's purpose is to store a value that represents a number of work hours and convert it to a number of days. For example, 8 hours would be con…
Design a class called NumDays. The class\'s purpose is to store a value that rep
Design a class called NumDays. The class's purpose is to store a value that represents a number of work hours and convert it to a number of days. For example, 8 hours would be con…
Design a class called NumDays. The class’s purpose is to store a value that repr
Design a class called NumDays. The class’s purpose is to store a value that represents a number of work hours and convert it to a number of days. For example, 8 hours would   be c…
Design a class called NumDays. The class’s purpose is to store a value that repr
Design a class called NumDays. The class’s purpose is to store a value that represents a number of work hours and convert it to a number of days. For example, 8 hours would be con…
Design a class called Numbers that can be used to translate integers in the rang
Design a class called Numbers that can be used to translate integers in the range 0 to 9999 into an English description of the number. The class should have a single integer membe…
Design a class called Numbers that can be used to translate whole dollar amounts
Design a class called Numbers that can be used to translate whole dollar amounts in the range 0 through 9999 into an English description of the number. For example, the number 713…
Design a class called Numbers that can be used to translate whole dollar amounts
Design a class called Numbers that can be used to translate whole dollar amounts in the range 0 through 9999 into an English description of the number. For example, the number 713…
Design a class called Numbers that can be used to translate whole dollar amounts
Design a class called Numbers that can be used to translate whole dollar amounts in the range 0 through 9999 into an English description of the number. For example, the number 713…
Design a class called Pet (the class file should be called Pet.java), with the f
Design a class called Pet (the class file should be called Pet.java), with the following fields: Name - The Name field holds the name of the pet Type - The Type field holds the ty…
Design a class called QuadraticEquation.java for a quadratic equation ax 2 + bx
Design a class called QuadraticEquation.java for a quadratic equation ax2 + bx + x = 0. The class contains: Private data fields a, b, and c that represent three coefficients. A co…
Design a class called Student to holds information about a student. The class co
Design a class called Student to holds information about a student. The class contains following instance variables and methods: • A student’s first name and last name. • A studen…
Design a class called Student to holds information about a student. The class co
Design a class called Student to holds information about a student. The class contains following instance variables and methods: • A student’s first name and last name. • A studen…
Design a class called dateType to implement the date in a program as a set of in
Design a class called dateType to implement the date in a program as a set of integers (year, month, day). The class will include the following operations: Setters and getters for…
Design a class called rectangle. The class contains: Two double data fields name
Design a class called rectangle. The class contains: Two double data fields named width and height that specify the width and height of the rectangle. The default values are 1 for…
Design a class dayType that implements the day of the week as an abstract data t
Design a class dayType that implements the day of the week as an abstract data type. The class dayType should store the day as a string. The class should be able to perform the fo…
Design a class for complex numbers called Complex. It must have two private vari
Design a class for complex numbers called Complex. It must have two private variables—one for the real part and one for the imaginary part of the complex number. Write appropriate…
Design a class hierarchy (classes and/or interfaces) to support a program dealin
Design a class hierarchy (classes and/or interfaces) to support a program dealing with geographic objects. Support the following classes (at last): Countries States/Provinces Citi…
Design a class hierarchy consisting of publication, magazine, book, and Kids Mag
Design a class hierarchy consisting of publication, magazine, book, and Kids Magazine Classes as follows: . A publisher has a publisher, number of pages, a price, and a title. The…
Design a class hierarchy for the players in which you arerequired to find out th
Design a class hierarchy for the players in which you arerequired to find out the best player in each category according totheir performance in a tournament. For this, you need to…
Design a class hierarchy used to represent test papers that would be given in sc
Design a class hierarchy used to represent test papers that would be given in school. It should include at least the following: Each question has: For each question, we should be …
Design a class hierarchy used to represent test papers that would be given in sc
Design a class hierarchy used to represent test papers that would be given in school. It should include at least the following: Question Each question has: points Number of points…
Design a class hierarchy used to represent test papers that would be given in sc
Design a class hierarchy used to represent test papers that would be given in school. It should include at least the following: Each question has: For each question, we should be …
Design a class in C++, Java, and Python that represents complex numbers and supp
Design a class in C++, Java, and Python that represents complex numbers and supports important operations such as addition, subtraction, multiplication and division. For the C++ a…
Design a class in Python that represents complex numbers and supports important
Design a class in Python that represents complex numbers and supports important operations such as addition, subtraction, multiplication and division. For the Pyhton version you w…
Design a class in Python, FirstError, that represents an exception. By specifyin
Design a class in Python, FirstError, that represents an exception. By specifying the parent class IDError, objects (values) of this class can be raised and can be caught only whe…
Design a class in Python, FirstError, that represents an exception. By specifyin
Design a class in Python, FirstError, that represents an exception. By specifying the parent class IDError, objects (values) of this class can be raised and can be caught only whe…
Design a class name Rectangle to represent a rectangle. Two double data fields n
Design a class name Rectangle to represent a rectangle. Two double data fields named width and height that specify the width and the height of the rectangle. The default values ar…
Design a class named Account that contains: * A private int data field named id
Design a class named Account that contains: * A private int data field named id for the account(default 0) * A private double data field named balance for the account (default 0) …
Design a class named Account that contains: * A private int data field named id
Design a class named Account that contains: * A private int data field named id for the account (default 0). * A private double data field named balance for the count (default 0).…
Design a class named Account that contains: * A private int data field named id
Design a class named Account that contains: * A private int data field named id for the account (default 0). * A private double data field named balance for the count (default 0).…
Design a class named Account that contains: -private int data field named id for
Design a class named Account that contains: -private int data field named id for the account (default 0) -private double data field named balance for the account (default 0) -priv…
Design a class named Account that contains: 1. A private int data field named id
Design a class named Account that contains: 1. A private int data field named id for the account (default 0). 2. A private double data field named balance for the account (default…
Design a class named Account that contains: • A field named ID (int) • A field n
Design a class named Account that contains: • A field named ID (int) • A field named ownerName (string) • A field named interestRate (double) representing the monthly interest rat…
Design a class named Account with Account.h (including class data fields and fun
Design a class named Account with Account.h (including class data fields and function prototype) and Account.cpp (including constructor and function definitions) that contains: A …
Design a class named Automobile that holds the vehicle identification number, ma
Design a class named Automobile that holds the vehicle identification number, make, model and color of an automobile. Include methods to set the values for each data field, and a …
Design a class named Bank Account to hold the following data for a bank account:
Design a class named Bank Account to hold the following data for a bank account: The class should have the following methods: Next, design a SavingsAccount class that extends the …
Design a class named BankAccount containing the following data field and methods
Design a class named BankAccount containing the following data field and methods. • One double data field named balance with default values 0.0 to denote the balance of the accoun…
Design a class named BankAccount containing the following data field and methods
Design a class named BankAccount containing the following data field and methods. • One double data field named balance with default values 0.0 to denote the balance of the accoun…
Design a class named Box whose dimensions are integers and private to the class.
Design a class named Box whose dimensions are integers and private to the class. The dimensions are labeled: length l, breadth b, and height h. The default constructor of the clas…
Design a class named Car to represent a car. The class should have the following
Design a class named Car to represent a car. The class should have the following data fields (name each data field appropriately): A private string data field to specify the make …