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 1614 / 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 banking program with html and javascript must have javascript and html
create a banking program with html and javascript must have javascript and html in the code must have javascript and html in the code an xml is allowed Your supervisor has asked y…
create a base class Device that contains one data member: ID are a pointer to ch
create a base class Device that contains one data member: ID are a pointer to char, a constructor that sets the device ID, one destructor, three member functions: one member funct…
create a bash script that generates a random number using the shell\'s built-in
create a bash script that generates a random number using the shell's built-in RANDOM variable. The user will be asked to enter a number between 1 and 10, inclusive. The loop will…
create a batch file named IFLOOP.BAT that uses the IF statement and a counter to
create a batch file named IFLOOP.BAT that uses the IF statement and a counter to control the number of times a loop is executed. The number of times the loop must be executed depe…
create a beginner c++ lottery ticket program using #include ;
create a beginner c++ lottery ticket program using #include <iostream> ;<cstdlib> ;<ctime>; <ctype>, bubble sort, sequencial search, functions, arrays, and…
create a branch prediction simulator. using Smith Predictors. The input for your
create a branch prediction simulator. using Smith Predictors. The input for your program should be from a file which will be a text file. Each line will consist of an integer repr…
create a c program using API calls using the following psuedocode Take source fi
create a c program using API calls using the following psuedocode Take source file name and destination file name from command line test whether the source file exists // system c…
create a c++ file with class named bluebox should have member functions admin- a
create a c++ file with class named bluebox should have member functions admin- allows the owner of the machine to sign in using code 99. the member function screen should the owne…
create a c++ file with class named bluebox should have member functions admin- a
                    create a c++ file with class named bluebox                                                       should have member functions                                  …
create a c++ program for the situation , Credit card numbers follow certain patt
create a c++ program for the situation , Credit card numbers follow certain patterns. A credit card number must have between 13 and 16 digits. The number must start with the follo…
create a c++ program that computes the sum and average of three numbers the user
create a c++ program that computes the sum and average of three numbers the user enters. Implement the program using two functions defined with the following headers. double sum(i…
create a c++ program to solve the integral of a function using Simpsons rule. Th
create a c++ program to solve the integral of a function using Simpsons rule. The upper and lower limits are positive and the value of n must be even. Need to be able to pass betw…
create a case study from the interview with Dr. Steven Safyer, President & CEO M
create a case study from the interview with Dr. Steven Safyer, President & CEO Montefiore Health System. • How does financing and reimbursement affect delivery of care? Health…
create a cash flow statement for year end 2008 Assets 2008 2007 Current assets C
create a cash flow statement for year end 2008 Assets 2008 2007 Current assets Cash and cash equivaients Accounts receivable, net Other curent assets 6,921,934 3,763,212 2.450.500…
create a cash register program using jave programming, that includes three class
create a cash register program using jave programming, that includes three classes, cash register, transaction, and an item class. Use GUI app if needed. Create a program that sim…
create a cash register program using jave programming, that includes three class
create a cash register program using jave programming, that includes three classes, cash register, transaction, and an item class. Use GUI app if needed. Create a program that sim…
create a change - counting game that gets the user to enter the number of coins
create a change - counting game that gets the user to enter the number of coins required to make exactly one dollar. the program should let the user enter the number of pennies,ni…
create a change - counting game that gets the user to enter the number of coins
create a change - counting game that gets the user to enter the number of coins required to make exactly one dollar. the program should let the user enter the number of pennies,ni…
create a circle structure to store the folliwubg data -radis center x center y a
create a circle structure to store the folliwubg data -radis center x center y and area ask user to enter the number of circles to create/create that many circle sturcturs using a…
create a class Movie that reads in the name of a movie and its length in minutes
create a class Movie that reads in the name of a movie and its length in minutes, entered one line after the other at the console. The program must print the name of the film foll…
create a class called BankAccount. The BankAccount class should contain a String
create a class called BankAccount. The BankAccount class should contain a String to store the customer name and a double to store the account balance. The BankAccount class (which…
create a class called Box which has private data members: length and width, both
create a class called Box which has private data members: length and width, both float area, found from length and width name which is a dynamic string constructor 1)create a cont…
create a class called Rational for performing arithmetic with fractions. write a
create a class called Rational for performing arithmetic with fractions. write a driver program to test your class. use integer variables to represent the private data of the clas…
create a class called TableService It will have number of choices as an integer.
create a class called TableService It will have number of choices as an integer. It will have the taxes as a double It will have the constructor that inherits the place name and t…
create a class called WORD which has a static value WORD_SIZE equal to three, an
create a class called WORD which has a static value WORD_SIZE equal to three, and an instance variable which is a String that represents the word. the constructor for the class sh…
create a class called consultCo that holds a private struct called employee that
create a class called consultCo that holds a private struct called employee that contains the name, pay rate and social security number of an employee of a consulting firm called …
create a class called consultCo that holds a private struct called employee that
create a class called consultCo that holds a private struct called employee that contains the name, pay rate and social security number of an employee of a consulting firm called …
create a class called regularPolygon. it should have following private member va
create a class called regularPolygon. it should have following private member variables that are integers, number of sides and length of sides. it will have the following public m…
create a class callede rectangular/.... Fields (instance variables) The class ha
create a class callede rectangular/.... Fields (instance variables) The class has two fields: len- a double representing the length of the rectangle. wid - a double representing t…
create a class employee that includes three pieces of information as data member
create a class employee that includes three pieces of information as data members. a first name ( type string), a last name (type string) and a monthly salary ( type int). Your cl…
create a class name insurance using functions in python INSURANCE CLASS: The ins
create a class name insurance using functions in python INSURANCE CLASS: The insurance class has three attributes and one method. All three attributes must be given when the insur…
create a class named purchase. Each purchase contains an invoice number, amount
create a class named purchase. Each purchase contains an invoice number, amount of sale , and amount of sales tax. Include set methods for the invoice number and sales amount. Wit…
create a class named student. Student has fields for an ID number, number of cre
create a class named student. Student has fields for an ID number, number of credit hours earned and number of points earned. Include methods to assign values to all fields. Stude…
create a class that computes the Fibonacci number for a given input. The Fibonac
create a class that computes the Fibonacci number for a given input. The Fibonacci number is an important construct in mathematics. The definition of the Fibonacci number is given…
create a class that represents the list of baggage cars.
create a class that represents the list of baggage cars. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> The specification for CarList.h follows…
create a class that simulates an alarm clock. In this class you should *store ti
create a class that simulates an alarm clock. In this class you should *store time in hours, minutes, and seconds. Note if time is am or pm. (hint: you should have separate privat…
create a class that simulates an alarm clock. In this class you should *store ti
create a class that simulates an alarm clock. In this class you should *store time in hours, minutes, and seconds. Note if time is am or pm. (hint: you should have separate privat…
create a class that simulates an alarm clock. In this class you should *store ti
create a class that simulates an alarm clock. In this class you should *store time in hours, minutes, and seconds. Note if time is am or pm. (hint: you should have separate privat…
create a comprehensive report to the CIO of the project organization that covers
create a comprehensive report to the CIO of the project organization that covers the following: Introduce your paper by telling the reader what the high-level topics are that will…
create a console-based application whose Main() method accepts ten integer value
create a console-based application whose Main() method accepts ten integer values from the user and stores them in an array. Next, create a method that determines and displays the…
create a console-based application whose Main() method accepts ten integer value
create a console-based application whose Main() method accepts ten integer values from the user and stores them in an array. Next, create a method that determines and displays the…
create a console-based program that: Generates a random number. Allows a user to
create a console-based program that: Generates a random number. Allows a user to guess it. Displays a message indicating whether the guess is too low, too high, or correct. Save t…
create a console-based program that: Generates a random number. Allows a user to
create a console-based program that: Generates a random number. Allows a user to guess it. Displays a message indicating whether the guess is too low, too high, or correct. Save t…
create a data file containing the book records to be processed by these projects
create a data file containing the book records to be processed by these projects. You decide/design your own data record format. Please submit your data file along with your proje…
create a data type location that represents a location on earth using latitudes
create a data type location that represents a location on earth using latitudes and longitudes. Include a method distenceTO() that computes distances using the great-circle distan…
create a database model consisting of 1) a summary of the relationships between
create a database model consisting of 1) a summary of the relationships between the entities similar to Figure 6-40; 2) a crow's foot ER diagram for the design using Power Archite…
create a discussion post about a famous volcano located in the United States. Pl
 create a discussion post about a famous volcano located in the United States.  Please do not simply pick the first one on the list as this would generate a lot of duplicate posts…
create a doubly-linked array list with a Node class that contains the methods: p
create a doubly-linked array list with a Node class that contains the methods: public node(int v) – class constructor, v = data value public node( ) – class constructor public int…
create a drug screen Your Laboratory can screen urine drugs of abuse for the fol
create a drug screen Your Laboratory can screen urine drugs of abuse for the following groups of test: 1- Amphetamine;2- Barbiturates; 3- Benzodiazepine; 4- Cocaine 5- Cannabinoid…
create a face lab Create a Face Lab Introduction: Why do people look so differen
create a face lab Create a Face Lab Introduction: Why do people look so different from each other? Even close relatives often look very different from each other. This happens bec…