Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1375 / 1624
Create a Console App. - Name the class \"Calculator.cs\" (only one class). - In
Create a Console App. - Name the class "Calculator.cs" (only one class). - In main() Enter First Operand(double), Operator(string), Second Operand(double). create switch case swit…
Create a Console application called Money and make sure that the project name is
Create a Console application called Money and make sure that the project name is Money, and that your class name is Money and that the program file name is Money.cs. Your program …
Create a Context DFD and a level zero logical DFD for the following Order Fulfil
Create a Context DFD and a level zero logical DFD for the following Order Fulfillment System scenario within the Order Fulfillment Department: A CUSTOMER submits a PURCHASE ORDER.…
Create a Copy Constructor for both the PizzaOrder class and Pizza class ( I am s
Create a Copy Constructor for both the PizzaOrder class and Pizza class ( I am struggling handling the array of Pizzas). public class PizzaOrder { private static final int MAX_…
Create a Course class with the following: A private String variable named “name”
Create a Course class with the following: A private String variable named “name” to store the course’s name, such as COP3502 etc. A private array named “students” Student[] studen…
Create a D ip-op module (named dff from a cascade of two D latches and an invert
Create a D ip-op module (named dff from a cascade of two D latches and an inverter . The rst of these D latches is typically called the master while the other is called the slave.…
Create a DLL in C# must contain the following extension methods: void Print() –
Create a DLL in C# must contain the following extension methods: void Print() – Targets IEnumerable. Prints out the objects in any collection, separating each value with a comma (…
Create a DataEntryException class whose getMessage() method returns information
Create a DataEntryException class whose getMessage() method returns information about invalid integer data. Write a program named GetIDAndAge that continually prompts the user for…
Create a DataEntryException class whose getMessage() method returns information
Create a DataEntryException class whose getMessage() method returns information about invalid integer data. Write a program named GetIdAndAge that continually prompts the user for…
Create a Date Class with integer data members f for year, month, and day. Also i
Create a Date Class with integer data members f for year, month, and day. Also include a string data member for the name of the month. Include a method that returns the month name…
Create a Date class with integer data members for year, month, and day. Also inc
Create a Date class with integer data members for year, month, and day. Also include a string data member for the name of the month. Include a method that returns the month name (…
Create a Date class with integer data members for year, month, and day. Also inc
Create a Date class with integer data members for year, month, and day. Also include a string data member for the name of the month. Include a method that returns the month name (…
Create a Date class, representing a single calendar date. The Date class must in
Create a Date class, representing a single calendar date. The Date class must include the following: Private member variables that hold information for the year, month number and …
Create a Date class, representing a single calendar date. The Date class must in
Create a Date class, representing a single calendar date. The Date class must include the following: Private member variables that hold information for the year, month number and …
Create a Date class, representing a single calendar date. The Date class must in
Create a Date class, representing a single calendar date. The Date class must include the following: Private member variables that hold information for the year, month number and …
Create a Date class, representing a single calendar date. The Date class must in
Create a Date class, representing a single calendar date. The Date class must include the following: Private member variables that hold information for the year, month number and …
Create a Decision Tree Using the Scenario. Scenario † The Neighborhood Medical G
Create a Decision Tree Using the Scenario. Scenario† The Neighborhood Medical Group (NMG) is a small primary care medical practice in Seminole County consisting of two physician o…
Create a Deck class to represent a standard deck of 52 playing cards (with no jo
Create a Deck class to represent a standard deck of 52 playing cards (with no jokers). (a) This class should contain an ArrayList (whose capacity can be initialized to 52). (b) Th…
Create a Deck class to represent a standard deck of 52 playing cards (with no jo
Create a Deck class to represent a standard deck of 52 playing cards (with no jokers). (a) This class should contain an ArrayList (whose capacity can be initialized to 52). (b) Th…
Create a DeckOfCards class Create a CardDealer class with a main method. DeckOfC
Create a DeckOfCards class Create a CardDealer class with a main method. DeckOfCards Specifications The DeckOfCards class that will contain and manage an array containing the 52 u…
Create a Delivery class for a delivery service. The class contains fields to hol
Create a Delivery class for a delivery service. The class contains fields to hold the following: A delivery number that contains eight digits. The first four digits represent the …
Create a Design Document showing a mockup of what the new application will look
Create a Design Document showing a mockup of what the new application will look like and include any details about how it will function. Assume you will present this document to t…
Create a Dice class that simulates rolling a die with a different number of side
Create a Dice class that simulates rolling a die with a different number of sides. The default is a standard die with six sides. You should have a default constructor that sets th…
Create a Dice class that simulates rolling a die with a different number of side
Create a Dice class that simulates rolling a die with a different number of sides. The default is a standard die with six sides. You should have a default constructor that sets th…
Create a Dictionary based on the lower ASCII characters 32 (Blank) through 128 (
Create a Dictionary based on the lower ASCII characters 32 (Blank) through 128 (Euro). This will create a binary tree with 96 nodes. Using these techniques, create an encryption k…
Create a Die class as defined bellow, design and implement a class called PairOf
Create a Die class as defined bellow, design and implement a class called PairOfDice, composed of two Die objects. Include methods to set and get the individual die values, a meth…
Create a Digital Clock with time zone application. For this WPF application crea
Create a Digital Clock with time zone application. For this WPF application create a window, which consists of a ComboBox control (to allow time zone selection) at the top, and a …
Create a Digital Clock with time zone application.
Create a Digital Clock with time zone application.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> For this WPF application create a window, whic…
Create a Diver java class per the following Diver uml diagram: In a diving compe
Create a Diver java class per the following Diver uml diagram: In a diving competition, each contestant's score is calculated by dropping the lowest and highest scores and then ad…
Create a Diver java class per the following Diver uml diagram: In a diving compe
Create a Diver java class per the following Diver uml diagram: In a diving competition, each contestant's score is calculated by dropping the lowest and highest scores and then ad…
Create a Doubly Linked List Class . Start with the linked list class (named Link
Create a Doubly Linked List Class. Start with the linked list class (named LinkedClass) dnode.h - the header file for the double linked list class node1.cpp - contains the single …
Create a Doubly Linked List Class. Start with the linked list class from Chapter
Create a Doubly Linked List Class. Start with the linked list class from Chapter #5. You mustsavenode1.cpp as dnode.cpp and revise the functions in this file to implement a doubly…
Create a Doubly Linked List Class. Start with the linked list class from Chapter
Create a Doubly Linked List Class. Start with the linked list class from Chapter #5. You must save node1.cpp as dnode.cpp and revise the functions in this file to implement a doub…
Create a Doubly Linked List Class. Start with the linked list class from Chapter
Create a Doubly Linked List Class. Start with the linked list class from Chapter #5. You must save node1.cpp as dnode.cpp and revise the functions in this file to implement a doub…
Create a Driver class called MarkeBuilding that only has a main() method, and th
Create a Driver class called MarkeBuilding that only has a main() method, and the main() method does the following takes in order. Asks the user to enter, on separate lines, the n…
Create a Driver program which: Reads in the data from a file called: numbers.txt
Create a Driver program which: Reads in the data from a file called: numbers.txt The numbers from the file should be stored into an ArrayList... A sample version of this file has …
Create a Eclipse project named [ your pitt id]_hw3 Create a package edu.pitt.is1
Create a Eclipse project named [your pitt id]_hw3 Create a package edu.pitt.is17.[your pitt id].hw3 For each of the following exercises, create a class ExerciseX (where X is the e…
Create a FileReadPractice.java. You will read the following input: 99 87 88 76 9
Create a FileReadPractice.java. You will read the following input: 99 87 88 76 93 56 87 file Scores.txt. In the main: · Display the values after each read. The logic to this is si…
Create a Flight class that uses the Plane and Time class. This class will repres
Create a Flight class that uses the Plane and Time class. This class will represent a flight between two airports, using a specific Plane, and departing at a specific Time. It sho…
Create a Flight class that uses the Plane and Time class. This class will repres
Create a Flight class that uses the Plane and Time class. This class will represent a flight between two airports, using a specific Plane, and departing at a specific Time. It sho…
Create a FlightManager class. This class will store instances of the Flight clas
Create a FlightManager class. This class will store instances of the Flight class, and support generating a list of potential itineraries. It should contain 1 constructor, 2 insta…
Create a Flowgorithm program as follows. Declare the constant SIZE as an Integer
Create a Flowgorithm program as follows. Declare the constant SIZE as an Integer variable, and assign the value 6. Declare the two String arrays to a size of SIZE, and use ind…
Create a Folder on your saving location called \"Lab5_YourLastName\" In your Lab
Create a Folder on your saving location called "Lab5_YourLastName" In your Lab5_YourLastName folder, create a C++ Program called Lab5_YourFirstName_YourLastName.cpp Write a consol…
Create a Form Use a text editor to open your catalog page. Refer to the examples
Create a Form Use a text editor to open your catalog page. Refer to the examples in the textbook and update the table to add new first and last columns. Put a unit price in the la…
Create a Form that contains a guessing game with five RadioButtons numbered 1 th
Create a Form that contains a guessing game with five RadioButtons numbered 1 through 5. Randomly choose one of the RadioButtons as the winning button. When the user clicks a Ra…
Create a Fraction class with fields that hold a whole number, a numerator, and a
Create a Fraction class with fields that hold a whole number, a numerator, and a denominator. In addition: Create properties for each field. The set accessor for the denominator s…
Create a Fraction class with private fields that hold an int numerator and an in
Create a Fraction class with private fields that hold an int numerator and an int denominator. In addition, create properties for each field with the set mutator for the denominat…
Create a Function in MATLAB function L = diagonal (A) Begin the function with th
Create a Function in MATLAB function L = diagonal(A) Begin the function with the commands n=size(A,1) [P,D] = eig(A); ________________________________________________________ With…
Create a Function in MATLAB function L = diagonal (A) Begin the function with th
Create a Function in MATLAB function L = diagonal(A) Begin the function with the commands n=size(A,1) [P,D] = eig(A); ________________________________________________________ With…
Create a Function in MATLAB function L = diagonal(A) Begin the function with the
Create a Function in MATLAB function L = diagonal(A) Begin the function with the commands n=size(A,1) [P,D] = eig(A); ________________________________________________________ (Not…