Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1383 / 1624
Create a NetBeans project named CPS150_Lab13 . Copy-and-paste the highlighted co
Create a NetBeans project named CPS150_Lab13. Copy-and-paste the highlighted code below into the main method of your new CPS150_Lab13 class. Complete the following code to test wh…
Create a New Java Project called YourLastNameCarpetCalculator . (please include
Create a New Java Project called YourLastNameCarpetCalculator. (please include comments so i can understand) The Westfield Carpet Company has asked you to write an application tha…
Create a New Java Project called YourLastNameClock . Write a Clock class to repr
Create a New Java Project called YourLastNameClock. Write a Clock class to represent the time of day in a program. This class should be defined as a separate file within your Java…
Create a New Java Project called YourLastNameMorseCode . Morse code is a code wh
Create a New Java Project called YourLastNameMorseCode. Morse code is a code where each letter of the English alphabet, each digit, and various punctuation characters are represen…
Create a New Java Project called YourLastNameRadioButtons. Write a program with
Create a New Java Project called YourLastNameRadioButtons. Write a program with three radio buttons, labeled DOG, BEAR, and OTHER. When the user clicks on the radio button labeled…
Create a New Study Set I Quizlet Label the indicated in a typical ci 202: Sectio
Create a New Study Set I Quizlet Label the indicated in a typical ci 202: Section 403 Help Indicate whether these statements best describe a Salt or a Buffer Bicarbonate is an exa…
Create a New Study Set I Quizlet m BioSci 202: Section 403 Saved Help Drag each
Create a New Study Set I Quizlet m BioSci 202: Section 403 Saved Help Drag each label into the that cell type to which is best corresponds. Overactivity of these cells couldnvolve…
Create a NoSuchCoin class that will act as a custom exception. Coin.java public
Create a NoSuchCoin class that will act as a custom exception. Coin.java public abstract class Coin { private String name; public Coin(String name) { super(); this.name = name; } …
Create a Node.js module called inventory.js that exposes the following functiona
Create a Node.js module called inventory.js that exposes the following functionality: addItem - A function that takes 2 parameters: an item’s name and price and tracks it internal…
Create a Node.js server that accepts requests and creates responses and host it
Create a Node.js server that accepts requests and creates responses and host it on Apigee. – The server should accept GET, POST, PUT and DELETE requests. – Any other requests comi…
Create a Normalized database that shouldn\'t have any 1NF, 2NF or 3NF violations
Create a Normalized database that shouldn't have any 1NF, 2NF or 3NF violations Notes: Each Student can have only one Advisor Each Advisor can have only one Office Room Each Offic…
Create a Number guessing game. Have the computer pick a number from 0-60 using t
Create a Number guessing game. Have the computer pick a number from 0-60 using the Random Number Generator I provided. Use the following code as the random number generator. #Rand…
Create a PHP class that implements the the following function: Use the following
Create a PHP class that implements the the following function: Use the following XML schema and example data files: <f:device-list xmlns:f="http://main.g2planet.com/codetest/ex…
Create a PHP file called echo_machine.php that expects two GET parameters, one c
Create a PHP file called echo_machine.php that expects two GET parameters, one called number and one called what. GET parameter values are passed into the PHP via the URL of the W…
Create a PHP file called echo_machine.php that expects two GET parameters, one c
Create a PHP file called echo_machine.php that expects two GET parameters, one called number and one called what. GET parameter values are passed into the PHP via the URL of the W…
Create a PHP file to handle the form that you developed in the second assignment
Create a PHP file to handle the form that you developed in the second assignment(See down below). After the user submits the form, you will need to access information sent through…
Create a PHP file to validate the following HTML form (name it validate.php):
Create a PHP file to validate the following HTML form (name it validate.php): <html> <body> <form action="validate.php" method="GET"> <center><b><…
Create a PHP form that allows a use to register and select a username and passwo
Create a PHP form that allows a use to register and select a username and password. The user then should be able to use a login page to login and have a session or cookie set to t…
Create a PYTHON program for managing media check-out/check-in with members (i.e.
Create a PYTHON program for managing media check-out/check-in with members (i.e. a library) There are two types of Media objects - books and videos: Books have title, author, publ…
Create a PYTHON program that meets the requirements outlined below. Create an au
Create a PYTHON program that meets the requirements outlined below. Create an automobile class that will be used by a dealership as a vehicle inventory program. The following attr…
Create a Painting class that holds the painting title, artist name, and value. A
Create a Painting class that holds the painting title, artist name, and value. All Paintings are valued at $400 unless they are FamousPaintings. Include a display function that di…
Create a Pareto chart based on the information in the following table. First, cr
Create a Pareto chart based on the information in the following table. First, create a spread sheet in Excel using the data in the table. List the most frequent customer problems …
Create a Parking Ticket Simulator For this assignment, design a set of classes t
Create a Parking Ticket Simulator For this assignment, design a set of classes that work together to simulate a police officer issuing a parking ticket. You should design the foll…
Create a PasswordTest class. (Use Intro to Java language. No Buffer. Must read f
Create a PasswordTest class. (Use Intro to Java language. No Buffer. Must read from input and output files) The class should have a method which checks the password for the follow…
Create a Patient class for the Wrightstown Hospital Billing Department. Include
Create a Patient class for the Wrightstown Hospital Billing Department. Include a patient ID number, name, age, and amount due to the hospital. Include properties and any other me…
Create a Patient class for the Wrightstown Hospital Billing Department. Include
Create a Patient class for the Wrightstown Hospital Billing Department. Include a patient ID number, name, age, and amount due to the hospital. Include properties and any other me…
Create a Patient class for the Wrightstown Hospital Billing Department. Include
Create a Patient class for the Wrightstown Hospital Billing Department. Include a patient ID number, name, age, and amount due to the hospital. Include properties and any other me…
Create a Patient class for the Wrightstown Hospital Billing Department. Include
Create a Patient class for the Wrightstown Hospital Billing Department. Include a patient ID number, name, age, and amount due to the hospital. Include properties and any other me…
Create a Patient class for the Wrightstown Hospital Billing Department. Include
Create a Patient class for the Wrightstown Hospital Billing Department. Include a patient ID number, name, age, and amount due to the hospital. Include properties and any other me…
Create a Patient class for the Wrightstown Hospital Billing Department. Include
Create a Patient class for the Wrightstown Hospital Billing Department. Include a patient ID number, name, age, and amount due to the hospital. Include properties and any other me…
Create a Perl program that creates a backup copy of the file (or files) specifie
Create a Perl program that creates a backup copy of the file (or files) specified by the user. The user must be able to specify the file name-- or names-- on the command line usin…
Create a Perl program that creates a backup copy of the file (or files) specifie
Create a Perl program that creates a backup copy of the file (or files) specified by the user. The user must be able to specify the file name-- or names-- on the command line usin…
Create a Perl program that is simply a loop over a set of \"Regular Expressions\
Create a Perl program that is simply a loop over a set of "Regular Expressions" that perform the tasks described below. Use the attached file SampleConfig.txt as input. Note: Thou…
Create a Perl script to manage a user list that can be modified and saved to a t
Create a Perl script to manage a user list that can be modified and saved to a text file. Input text file consisting of pairs of usernames and passwords, separated by a colon (:) …
Create a Person class conforming to the diagram above. A person is assigned an i
Create a Person class conforming to the diagram above. A person is assigned an immutable social security number at birth, and a name which can be changed later. People are born wi…
Create a Person class conforming to the diagram above. A person is assigned an i
Create a Person class conforming to the diagram above. A person is assigned an immutable social security number at birth, and a name which can be changed later. People are born wi…
Create a Person class containing the following state and behavior as identified
Create a Person class containing the following state and behavior as identified below. In addition, the program should implement a getOldestPerson() method that returns the full n…
Create a Person class containing the following state and behavior as identified
Create a Person class containing the following state and behavior as identified below. In addition, you must also create a PersonTest class to store at least five Person using an …
Create a Person class containing the following state and behavior as identified
Create a Person class containing the following state and behavior as identified below. You must also create a PersonTest class to store at least three persons in an ArrayList. C…
Create a Person class containing the following state and behavior as identified
Create a Person class containing the following state and behavior as identified below, and store at least five person in an Arraylist. Create two methods called writePerson(ArrayL…
Create a Person class having attributes such as name, address, birthYear, isMarr
Create a Person class having attributes such as name, address, birthYear, isMarried and the corresponding setters and getters. Create two subclasses of the Person class: class Emp…
Create a Person class having attributes such as name, address, birthYear, isMarr
Create a Person class having attributes such as name, address, birthYear, isMarried and the corresponding setters and getters. Create two subclasses of the Person class: class Emp…
Create a Personal Social Responsibility plan based upon your Core Values and Per
Create a Personal Social Responsibility plan based upon your Core Values and Personal Ethics. The PSR should contain-Your value chain, your personal life along with your business …
Create a Pile class that contains no more than five cards… some face down, and s
Create a Pile class that contains no more than five cards… some face down, and some face up. Implement the following methods: constructors void addCardFaceDown( Card card)Overview…
Create a PivotTable for these data. Use the PivotTable to generate a crosstabula
Create a PivotTable for these data. Use the PivotTable to generate a crosstabulation for movie genre and rating. Determine which combinations of genre and rating arc most represen…
Create a Plane class. This class will represent a plane in our system. It should
Create a Plane class. This class will represent a plane in our system. It should contain a constructor, two instance variables (an Airline enumeration, and a String) and three met…
Create a Planet class(C++, include a .h file, cpp file, and driver file. The cla
Create a Planet class(C++, include a .h file, cpp file, and driver file. The class should have functions to set and get the values of the following member variables: name (a strin…
Create a PlayerList Class; This class should populate an array list of players i
Create a PlayerList Class; This class should populate an array list of players in its constructor, constructor reads to use the input file given to you with this req. document and…
Create a Point2D class. It should have the fields x and y, a default constructor
Create a Point2D class. It should have the fields x and y, a default constructor that puts the point at the origin and a constructor with arguments which puts the point at the giv…
Create a Population class: In the main method of the population class: - From th
Create a Population class: In the main method of the population class: - From the keyboard, enter the starting number of organisms as 21; validate the input. - Enter the daily inc…