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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1389 / 1624

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
Create a base class called Vehicle that has the manufacturer\'s name (type strin
Create a base class called Vehicle that has the manufacturer's name (type string), number of cylinders in the engine (type int), and owner (type Person, given below). Then create …
Create a base class called Vehicle that has the manufacturer\'s name (type strin
Create a base class called Vehicle that has the manufacturer's name (type string), number of cylinders in the engine (type properties: load capacity in tons (type double since it …
Create a base class called Vehicle that has the manufacturer\'s name (type strin
Create a base class called Vehicle that has the manufacturer's name (type string), number of cylinders in the engine (type int), and owner (type Person given below). Then create a…
Create a base class called Vehicle that has the manufacturer\'s name (type strin
Create a base class called Vehicle that has the manufacturer's name (type string), number of cylinders in the engine (type int), and owner (type Person given below). Then create a…
Create a base class called WaterVehicle that has: -length of ship (in number of
Create a base class called WaterVehicle that has: -length of ship (in number of grid spaces) starting grid location -horizontal or vertical orientation on grid -sunk (boolean) The…
Create a base class called WaterVehicle that has: length of ship (in number of g
Create a base class called WaterVehicle that has: length of ship (in number of grid spaces) starting grid location horizontal or vertical orientation on grid sunk (boolean) Then c…
Create a base class called WaterVehicle that has: length of ship (in number of g
Create a base class called WaterVehicle that has: length of ship (in number of grid spaces) starting grid location horizontal or vertical orientation on grid sunk (boolean) Then c…
Create a base class called WaterVehicle that has: length of ship (in number of g
Create a base class called WaterVehicle that has: length of ship (in number of grid spaces) starting grid location horizontal or vertical orientation on grid sunk (boolean) Then c…
Create a base class named Book. Data fields include title and author; functions
Create a base class named Book. Data fields include title and author; functions include those that can set, get and display the fields. Derive two classes from the Book class: Fic…
Create a base class named Book. Data fields include title and author; functions
Create a base class named Book. Data fields include title and author; functions include those that can set and display the fields. Derive two classes from the Book class: Fiction,…
Create a base class named Book. Data fields include title and author; functions
Create a base class named Book. Data fields include title and author; functions include those that can set and display the fields. Derive two classes from the Book class: Fiction,…
Create a base class named Car. The Car class is to have the properties AdjustFac
Create a base class named Car. The Car class is to have the properties AdjustFactor (double) and InitSpeed (double). There is one overridable method named DeltaSpeed that returns …
Create a base class named Point, consisting of x and y data members representing
Create a base class named Point, consisting of x and y data members representing point coordinates. Also create a class named Rectangle with two members of type Point. These membe…
Create a bash script named lab6s5 that plays a game with the user. When a user e
Create a bash script named lab6s5 that plays a game with the user. When a user executes the script, they must keep guessing the secret number until they successfully enter it. Her…
Create a bash script named ‘most_proc.sh’. This script should show the top 10 us
Create a bash script named ‘most_proc.sh’. This script should show the top 10 users according to the number of processes they are running. It should show the process count and the…
Create a bash shell script that would manage this log: ************ [/var/log/me
Create a bash shell script that would manage this log: ************ [/var/log/message: General message and system related stuff ] ************ Jul 17 22:04:25 router dnsprobe[276]…
Create a basic GUI Start with a JFrame! Which, obviously makes this an applicati
Create a basic GUI Start with a JFrame! Which, obviously makes this an application and not an applet. application should show three components, a JButton, a JTextField, and a JTex…
Create a basic HTML page with a textbox in which a user will enter their date of
Create a basic HTML page with a textbox in which a user will enter their date of birth, use an event (for example the input box keydown event, or a button's click event) to store …
Create a basic bank account class “BankAccount.java,” a more specific savings ac
Create a basic bank account class “BankAccount.java,” a more specific savings account class “SavingsAccount.java,” an Interface for accessing and changing a customer’s name “Named…
Create a basic battleship game of C++ on a 10 by 10 grid using arrays for human
Create a basic battleship game of C++ on a 10 by 10 grid using arrays for human vs computer interaction. The ships that will be used: Carrier: 5 spots Battleship: 4 spots Cruiser:…
Create a basic car racing game (no graphics necessary). Using the UML diagram be
Create a basic car racing game (no graphics necessary). Using the UML diagram below, create a bet class, a player class (two players), and a car class (four cars). Create a demo c…
Create a basic floating point multiplication algroithm in verilog. Underflow/ove
Create a basic floating point multiplication algroithm in verilog. Underflow/overflow not needed. Basic Floating Point Multiplication Algorithm Assuming that the operands are alre…
Create a batch file runprog.bat to run a multiple program. Choose any command an
Create a batch file runprog.bat to run a multiple program. Choose any command and make sure to enter your name and date. Give the user these four choices (calculator, word, notepa…
Create a batch file that does the following:Accepts from the command line the fo
Create a batch file that does the following:Accepts from the command line the following variables: Year (four digit number) of log files that they want to archive Month (two digit…
Create a binary file viewer using c++. Notice the hexadecimal values being capit
Create a binary file viewer using c++. Notice the hexadecimal values being capitalized. The following methods and functions might be useful for completing your program. Methods/fu…
Create a binary search tree class. This class should have the followings: A data
Create a binary search tree class. This class should have the followings: A data member that points to the root node of the tree A constructor that takes an int[] array as argumen…
Create a binary search tree for these library titles. A Duck is a Duck Enslaved
Create a binary search tree for these library titles. A Duck is a Duck Enslaved by Ducks Mini Ducks Songbook Fowl-Weather Friends Big Dig Ducks Regarding Ducks and Universes Domes…
Create a binary search tree. Write a program to test the following operations on
Create a binary search tree. Write a program to test the following operations on binary search tree. 1. Determine whether the binary search tree is empty 2. Search the binary sear…
Create a binary tree class. -Data array field (private) -Count field Add method(
Create a binary tree class. -Data array field (private) -Count field Add method(data) -The add method takes a data point, add it to the count position in the array then increases …
Create a bio.s program of your own that tells me a little about yourself. Make s
Create a bio.s program of your own that tells me a little about yourself. Make sure that your program is documented using a style similar to that used in hello.s. Submit a separat…
Create a biological molecular or genetic network. using. It can be genes and pro
Create a biological molecular or genetic network. using. It can be genes and proteins interacting with one another, including protein-protein, protein-DNA, genetic and enzymatic i…
Create a blank C# console application Your basal metabolic rate is the rate at w
Create a blank C# console application Your basal metabolic rate is the rate at which the body uses energy while at rest to keep vital functions going, such as breathing and keepin…
Create a block of assembly code which will perform a 16-bit unsigned binary mult
Create a block of assembly code which will perform a 16-bit unsigned binary multiplication. Remember that binary multiplication is just the addition of multiple partial products. …
Create a block to retrieve and display pledge and payment information for a spec
Create a block to retrieve and display pledge and payment information for a specific donor. Foreach pledge payment from the donor, display the pledge ID, pledge amount, number of …
Create a blog. One of the most popular types of Internet communication is the bl
Create a blog. One of the most popular types of Internet communication is the blog. There are blogs about all kinds of subjects. Some are scholarly, like an informal lecture compl…
Create a blog. One of the most popular types of Internet communication is the bl
Create a blog. One of the most popular types of Internet communication is the blog. There are blogs about all kinds of subjects. Some are scholarly, like an informal lecture compl…
Create a book Order Class.Every book order object includes a name of the book, n
Create a book Order Class.Every book order object includes a name of the book, number of books in the order, and individual price of the book. You should have methods that compute…
Create a bootstrap form with the following inputs firstName lastName age salary
Create a bootstrap form with the following inputs firstName lastName age salary Create a button that will grab the values from the form Grab the values from the form and store the…
Create a brief case study introducing someone in need of help. If this is someon
Create a brief case study introducing someone in need of help. If this is someone you know personally, be sure to change names and identifying information to protect confidentiali…
Create a brochure for nurses on system-specific assessment techniques. Include t
Create a brochure for nurses on system-specific assessment techniques. Include the correct order of assessment and the rationale behind it. Your brochure should include pictures t…
Create a bst with int values. Generate 1000 random numbers in the bst, Don\'t in
Create a bst with int values. Generate 1000 random numbers in the bst, Don't insert duplicates. Now we want to find which inorder traversal is better.Use start=clock(); //code to …
Create a bst with int values. Generate 1000 random numbers in the bst, Don\'t in
Create a bst with int values. Generate 1000 random numbers in the bst, Don't insert duplicates. Now we want to find which inorder traversal is better.Use start=clock(); //code to …
Create a business plan for Mobile Health Care Organization. you are required to
Create a business plan for Mobile Health Care Organization. you are required to write a 1-page Service Description (excluding the header) and a 1-page Income Statement (excluding …
Create a business plan report for American National Specialty Pharmacy. Informat
Create a business plan report for American National Specialty Pharmacy. Information of ANSP: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2706163/ http://www.unitedhealthgroup.com…
Create a business plan report for American National Specialty Pharmacy. Informat
Create a business plan report for American National Specialty Pharmacy. Information of ANSP: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2706163/ http://www.unitedhealthgroup.com…
Create a button that says Search and a button that says View. When the user clic
Create a button that says Search and a button that says View. When the user clicks Search, the combobox will get populated. When the user clicks View, if all the fields are filled…
Create a c language program: Above main create a define as follows: #define ARRA
Create a c language program: Above main create a define as follows: #define ARRAY_SIZE 10 Right below the define, but above main, declare an integer array as follows: int data[ARR…
Create a c program that reads a text file formatted such that each line contains
Create a c program that reads a text file formatted such that each line contains a first name, a last name, and a salary. Each is separated by a space. Print each line out to the …
Create a c++ program implementing a class that represents “ASCII art” images and
Create a c++ program implementing a class that represents “ASCII art” images and operations on them, respresented as two-dimensional char arrays allocated on the heap (using the n…
Create a c++ program implementing a class that represents “ASCII art” images and
Create a c++ program implementing a class that represents “ASCII art” images and operations on them, respresented as two-dimensional char arrays allocated on the heap (using the n…