Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1401 / 1624
Create a class titled SchoolTextBook that contains fields for the author, title,
Create a class titled SchoolTextBook that contains fields for the author, title, page count, ISBN, and price. This SchoolTextBook class will also provide setter and getter methods…
Create a class titled SchoolTextBook that contains fields for the author, title,
Create a class titled SchoolTextBook that contains fields for the author, title, page count, ISBN, and price. This SchoolTextBook class will also provide setter and getter methods…
Create a class titled SchoolTextBook that contains fields for the author, title,
Create a class titled SchoolTextBook that contains fields for the author, title, page count, ISBN, and price. This SchoolTextBook class will also provide setter and getter methods…
Create a class titled SchoolTextBook that contains fields for the author, title,
Create a class titled SchoolTextBook that contains fields for the author, title, page count, ISBN, and price. This SchoolTextBook class will also provide setter and getter methods…
Create a class to act as a generic array (i.e. the user will be able to choose t
Create a class to act as a generic array (i.e. the user will be able to choose the data type to be stored by passing the appropriate template argument. Integer template arguments …
Create a class to deal with telephone numbers that your customers enter. User’s
Create a class to deal with telephone numbers that your customers enter. User’s aren’t very disciplined, so even if you indicate that you want the number entered like this: 407 58…
Create a class to maintain a GradeBook . The class should store information on u
Create a class to maintain a GradeBook. The class should store information on up to 20 students. The information for each student should be encapsulated in a Student class, which …
Create a class to manage a simple test question. This class (a) inherits class T
Create a class to manage a simple test question. This class (a) inherits class TrueFalseQuestion (b) must contain a constructor or constructors that use super to call the construc…
Create a class to perform addition operation on complex data. The program should
Create a class to perform addition operation on complex data. The program should ask for real and imaginary part of two complex numbers, and display the real and imaginary parts o…
Create a class to represent a term in an algebraic expression. As defined here,
Create a class to represent a term in an algebraic expression. As defined here, a term consists of an integer coefficient and a nonnegative integer exponent. E.g. in the term 4x2,…
Create a class to represent a term in an algebraic expression. As defined here,
Create a class to represent a term in an algebraic expression. As defined here, a term consists of an integer coefficient and a nonnegative integer exponent. E.g. in the term 4x2,…
Create a class turned student that hat three member variables name - A swing tha
Create a class turned student that hat three member variables name - A swing that stores the name of the student numClasses - An integer that tracks how many courses the student i…
Create a class which constructs an adjacency matrix representation of a graph an
Create a class which constructs an adjacency matrix representation of a graph and performs a few graph operations. Please answer in java code. Write an Adjacency Matrix Graph clas…
Create a class with a method that accepts a charge account number as it argument
Create a class with a method that accepts a charge account number as it argument. THE METHOD SHOULD DETERMINE WHETHER THE NUMBER IS VALID BY COMPARING IT TO THE FOLLOWWING LIST OF…
Create a class with a method that accepts a charge account number as its argumen
Create a class with a method that accepts a charge account number as its argument. The method should determine whether the number is valid by comparing it to the following list of…
Create a class with a name of Rectangle. The class should have two instance fiel
Create a class with a name of Rectangle. The class should have two instance fields that are of type double named width and height. Make these fields publically accessible. Also …
Create a class with a single constructor that accepts a String object as its arg
Create a class with a single constructor that accepts a String object as its argument (parameter). The class must then have methods that: 1. Returns the number of vowels (a, e, i,…
Create a class with a single constructor that accepts a String object as its arg
Create a class with a single constructor that accepts a String object as its argument (parameter). The class must then have methods that: 1. Returns the number of vowels (a, e, i,…
Create a class with a single constructor that accepts a String object as its arg
Create a class with a single constructor that accepts a String object as its argument (parameter). The class must then have methods that: 1. Returns the number of vowels (a, e, i,…
Create a class with four private member variables and five member functions; wri
Create a class with four private member variables and five member functions; write a program that will read in each record from an input file, calculate the total pay for the thir…
Create a class with the following: private attributes *Structure to represent an
Create a class with the following: private attributes *Structure to represent an Employee with first name, last name, and hourly wage. *An array of these structures (max of 50) *A…
Create a class with the same functionality as the BirdSghting class, but create
Create a class with the same functionality as the BirdSghting class, but create the default constructor to call the three-parameterconstructor. Save the class as BirdSighting2.jav…
Create a class, MissingIdError. that represents an exception By specifying the p
Create a class, MissingIdError. that represents an exception By specifying the parent class LookupError as in the example below, objects (values) of this class can be raised, and …
Create a class, SentenceReversal that meets the following criteria: Instance var
Create a class, SentenceReversal that meets the following criteria: Instance variable that stores a sentence. (Choose appropriate data type) No argument constructors that sets the…
Create a class, called TriangleNumbers, that has a static public method called g
Create a class, called TriangleNumbers, that has a static public method called genNum that takes one non-negative integer argument n, and returns the nth triangle number, an integ…
Create a class: AdjListGraph.java, and just submit AdjListGraph.java. where Plea
Create a class: AdjListGraph.java, and just submit AdjListGraph.java. where Please implement a graph by adjacency list Write a method: void dfs(){\TO-DO}; which can traverse a gra…
Create a class: AdjListGraph.java, and just submit AdjListGraph.java. where Step
Create a class: AdjListGraph.java, and just submit AdjListGraph.java. where Step 1 (1 credit): Please implement a graph by adjacency list. Step 2 (1 credit): Write a method: void …
Create a code for C++ that can run with these descriptions below. Problem Descri
Create a code for C++ that can run with these descriptions below. Problem Description: Create a 1-D Array to hold a set of exam scores: 55 74 84 64 72 69 78 87 84 72 33 83 68…
Create a code for a robot control system according to the architecture shown bel
Create a code for a robot control system according to the architecture shown below in Visual Studio C++. It has two processes: a server and a client. The client sends control comm…
Create a code in C++ that reads from the archive input.txt the daily sales of ev
Create a code in C++ that reads from the archive input.txt the daily sales of every n products of a company, created by every m sellers during the d days of a given month. After r…
Create a code in C++ that reads from the archive input.txt the daily sales of ev
Create a code in C++ that reads from the archive input.txt the daily sales of every n products of a company, created by every m sellers during the d days of a given month. After r…
Create a code that accepts inputs for dimensions of a rectangularprism that has
Create a code that accepts inputs for dimensions of a rectangularprism that has 2 end and 4 sides. Opposite sides have the samearea. After the programs accepts inputs of dimension…
Create a code using python that runs the quiz in the picture below with the same
Create a code using python that runs the quiz in the picture below with the same questions. At the end it must calculate the users score. I've started on mine and got everything t…
Create a code: Your program must declare three functions using function prototyp
Create a code: Your program must declare three functions using function prototypes. 2. The first function should be called “PrintInstructions” 3. This function takes no arguments …
Create a collection class StringCollection for an ArrayList with a metho
Create a collection class StringCollection for an ArrayList<String> with a method boolean that contains (string s). The contains method iterats over the collection and retur…
Create a company overview of Wal-Mart and Identify at least SEVEN key performanc
Create a company overview of Wal-Mart and Identify at least SEVEN key performance indicators Key Performance Indicators (K(KPIs) of Wal-Mart's sucess. In the overview, include •Pr…
Create a complete (yet brief) specification (student.h), implementation (student
Create a complete (yet brief) specification (student.h), implementation (student.cpp) and driver (studentDriver.cpp) files for a Student class. The class should store a last name …
Create a complete Assembly Language program implementation for the following app
Create a complete Assembly Language program implementation for the following application with a) 32-bit and b) 64-bit version (If Possible) App1: Geometric Shape Calculator Compan…
Create a complete Java program that implements a quick sort. The program should
Create a complete Java program that implements a quick sort. The program should run the sort on three different sets of data: An array of randomly generated integers .A list of so…
Create a complete Java program that implements a quick sort. The program should
Create a complete Java program that implements a quick sort. The program should run the sort on three different sets of data: An array of randomly generated integers .A list of so…
Create a complete PHP-enabled website using WebMatrix and choose either empty PH
Create a complete PHP-enabled website using WebMatrix and choose either empty PHP website or empty HTML website as the template. Rewrite the PHP code in Lab PHP 1 with two mandato…
Create a complete and correct Java program which performs asfollows. 1. Ask the
Create a complete and correct Java program which performs asfollows. 1. Ask the user to input a value for x. 2. Ask the user to input a value for the maximum exponent tocompute 2.…
Create a complete cash flow statement using the indirect method. Balance sheets
Create a complete cash flow statement using the indirect method. Balance sheets Income statement, 2018 2017 Sales revenue Cost of goods sold Gross proflt Operating expenses Advert…
Create a complete program based on the following criteria: (a) Create class Stud
Create a complete program based on the following criteria: (a) Create class Student. (i) data members (protected): name (string), location (string), age (int). (ii) member functio…
Create a complete program in ASSEMBLY LANGUAGE x86 ONLY IN 32 AND 64 BITS. NOT M
Create a complete program in ASSEMBLY LANGUAGE x86 ONLY IN 32 AND 64 BITS. NOT MIPS. Windows is fine. Please put a lot of comments into the program. Geometric Shape Calculator Com…
Create a complete pseudo-code program in C++ to do the following using the Pseud
Create a complete pseudo-code program in C++ to do the following using the PseudoCode language developed in class using Absolute Addressing. There is 1 deliverable: 1. You should …
Create a complete set of unit tests for the Cache class. I have created a test c
Create a complete set of unit tests for the Cache class. I have created a test class called CacheTests that contains a sample test. You should add your tests to this class. The ke…
Create a complete web site using any of the features of XHTML that you deem nece
Create a complete web site using any of the features of XHTML that you deem necessary. It should be a thematic site about something that is important to you or about you life. You…
Create a comprehensive plan of care for acute/chronic care, disease prevention,
Create a comprehensive plan of care for acute/chronic care, disease prevention, and health promotion for that patient and disorder for the case study below. Your care plan should …
Create a computer program that will calculate the range for 3 different vehicles
Create a computer program that will calculate the range for 3 different vehicles. The program should create a “programmer created” class, where 3 int objects are created passenger…